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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wunused-10.C
blob
d2d6a343dab9cbc885aac6e020b8707c13c41e6a
1
// PR c++/19190
2
// { dg-options "-Wunused" }
3
4
struct breakme
5
{
6
void setAction( unsigned char a ) { act = a; }
7
unsigned int act:8;
8
};