unused-7.c: Use the correct option.
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 4 Oct 2004 17:08:04 +0000 (17:08 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 4 Oct 2004 17:08:04 +0000 (10:08 -0700)
2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/unused-7.c: Use the correct option.

From-SVN: r88516

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

index d6c26df..deacf5f 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.dg/unused-7.c: Use the correct option.
+
 2004-10-04  Paul Brook  <paul@codesourcery.com>
        Bud Davis  <bdavis9659@comcast.net>
 
index f991ff7..d2b9c3c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-Wunused-parameter" } */
+/* { dg-options "-Wunused" } */
 
 static int a = 10; /* { dg-warning "defined but not used" } */