Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wunused-10.C
blob: d2d6a343dab9cbc885aac6e020b8707c13c41e6a [
file
] [
log
] [
blame
]
// PR c++/19190
// { dg-options "-Wunused" }
struct
breakme
{
void
setAction
(
unsigned
char
a
)
{
act
=
a
;
}
unsigned
int
act
:
8
;
};