diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-13 14:05:42 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-13 14:05:42 -0800 |
commit | b0c28d499be063330121d14f4e76337bd806c713 (patch) | |
tree | 2cf934fc710e503ac1e5b2e84e43fe0b57d755cf /xvidtune.c | |
parent | 971cd6f5721eccb166772a700e4561f2fc74eb09 (diff) |
Remove unneeded second declaration of buf that shadows the first
Fixes gcc warnings:
xvidtune.c:1281:7: warning: declaration of ‘buf’ shadows a previous local [-Wshadow]
xvidtune.c:1129:10: warning: shadowed declaration is here [-Wshadow]
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xvidtune.c')
-rw-r--r-- | xvidtune.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1278,7 +1278,6 @@ CreateHierarchy(Widget top) XtManageChildren (forms, 14); if (S3Specials) { - char buf[2] = "0"; s3form = XtCreateWidget ("S3-form", formWidgetClass, form, NULL, 0); wids[0] = XtVaCreateWidget("InvertVclk-toggle", toggleWidgetClass, |