repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wunused-2.C
blob
593bf4872d418eb7651771512179885743294ded
1
// { dg-do compile }
2
// { dg-options "-Wunused -O3" }
3
4
static const int i = 0;
5
static void f() { } /* { dg-warning "defined but not used" "" } */
6
static inline void g() { }