diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-02 21:43:17 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-02 21:43:17 +0000 |
commit | ac6f36be4cb0a9c78fc670f6f5424d4115e0746f (patch) | |
tree | 2e252281ca847ceab10a5a6b8a1ba81b73f79749 /gcc/testsuite/gcc.dg/unused-2.c | |
parent | 7189e1d2156aa256b2e05c85eab76a1963acf93e (diff) | |
download | gcc-ac6f36be4cb0a9c78fc670f6f5424d4115e0746f.tar.gz |
Add -Wunused to dg-options
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31764 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/unused-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/unused-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/unused-2.c b/gcc/testsuite/gcc.dg/unused-2.c index f6464bd53b9..454606ec95e 100644 --- a/gcc/testsuite/gcc.dg/unused-2.c +++ b/gcc/testsuite/gcc.dg/unused-2.c @@ -3,7 +3,7 @@ by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */ /* { dg-do compile } */ -/* { dg-options "-O2 -finline-functions -Wreturn-type" } */ +/* { dg-options "-O2 -finline-functions -Wunused -Wreturn-type" } */ static void foo () |