unused-7.c: Use the correct option.

2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r88516
This commit is contained in:
Andrew Pinski 2004-10-04 17:08:04 +00:00 committed by Andrew Pinski
parent d7d528c8c8
commit 8f920ef7f2
2 changed files with 5 additions and 1 deletions

View 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>

View 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" } */