repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
index.html (3.10): Add note about mips atomicity.h.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
unused-4.c
blob
53236008007ad9338d1dbc5b34a329966a440844
1
/* { dg-do compile } */
2
/* { dg-options "-Wunused -O3" } */
3
4
static const int
i
=
0
;
/* { dg-warning "defined but not used" } */
5
static void
f
() { }
/* { dg-warning "defined but not used" } */
6
static
inline
void
g
() { }