Commit 8f920ef7 by Andrew Pinski Committed by Andrew Pinski

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
parent d7d528c8
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>
......
/* { dg-do compile } */
/* { dg-options "-Wunused-parameter" } */
/* { dg-options "-Wunused" } */
static int a = 10; /* { dg-warning "defined but not used" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment