From b0c28d499be063330121d14f4e76337bd806c713 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 13 Jan 2013 14:05:42 -0800 Subject: Remove unneeded second declaration of buf that shadows the first MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- xvidtune.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xvidtune.c b/xvidtune.c index f50d08d..ac339e4 100644 --- a/xvidtune.c +++ b/xvidtune.c @@ -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, -- cgit v1.2.3