Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wunused-2.C
blob: 9cdd11e84a6fc166f54c7149924b6e072c65f08e [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-options "-Wunused -O3" }
static
const
int
i
=
0
;
static
void
f
()
{
}
/* { dg-warning "defined but not used" } */
static
inline
void
g
()
{
}