repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wunused-function2.C
blob
1b97df11bd3c40f606514321d56308a0d33b98f5
1
// PR debug/66869
2
// { dg-do compile }
3
// { dg-options "-Wunused-function" }
4
5
static void test (void); // { dg-warning "'void test..' declared 'static' but never defined" }
6
int i;