* gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Wed, 2 Feb 2000 05:05:14 +0000 (05:05 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Wed, 2 Feb 2000 05:05:14 +0000 (05:05 +0000)
From-SVN: r31751

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

index bdbe550..78e9375 100644 (file)
@@ -1,5 +1,7 @@
 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
+       * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
+
        * gcc.dg/loop-1.c: New test.
 
 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
index 7755b23..f6464bd 100644 (file)
@@ -3,7 +3,7 @@
    by Alexandre Oliva  <oliva@lsd.ic.unicamp.br>  */
 
 /* { dg-do compile } */
-/* { dg-options "-O2 -finline-functions -Wall" } */
+/* { dg-options "-O2 -finline-functions -Wreturn-type" } */
 
 static void
 foo ()