OSDN Git Service

Add -Wunused to dg-options
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Feb 2000 21:43:17 +0000 (21:43 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Feb 2000 21:43:17 +0000 (21:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31764 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.dg/unused-2.c

index f6464bd..454606e 100644 (file)
@@ -3,7 +3,7 @@
    by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */
 
 /* { dg-do compile } */
-/* { dg-options "-O2 -finline-functions -Wreturn-type" } */
+/* { dg-options "-O2 -finline-functions -Wunused -Wreturn-type" } */
 
 static void
 foo ()