From: Zack Weinberg Date: Wed, 2 Feb 2000 21:43:17 +0000 (+0000) Subject: Add -Wunused to dg-options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e695cbbc1753da422d067e7df2dfbd92b333d88;p=gcc.git Add -Wunused to dg-options From-SVN: r31764 --- diff --git a/gcc/testsuite/gcc.dg/unused-2.c b/gcc/testsuite/gcc.dg/unused-2.c index f6464bd53b9..454606ec95e 100644 --- a/gcc/testsuite/gcc.dg/unused-2.c +++ b/gcc/testsuite/gcc.dg/unused-2.c @@ -3,7 +3,7 @@ by Alexandre Oliva */ /* { dg-do compile } */ -/* { dg-options "-O2 -finline-functions -Wreturn-type" } */ +/* { dg-options "-O2 -finline-functions -Wunused -Wreturn-type" } */ static void foo ()