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:
parent
d7d528c8c8
commit
8f920ef7f2
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-Wunused-parameter" } */
|
||||
/* { dg-options "-Wunused" } */
|
||||
|
||||
static int a = 10; /* { dg-warning "defined but not used" } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue