repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
990519-1.c
blob
9c116178230158aae4a5e11c084938e463e5fdef
1
typedef
int
gboolean
;
2
3
typedef
struct
{
4
gboolean names
:
1
;
5
gboolean types
:
1
;
6
}
ParamOptions
;
7
8
int
p_param
(
ParamOptions
*
o
){
9
return
o
->
types
&&
o
->
names
;
10
}