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
/
20040317-3.c
blob
e6982c3e3b3fc057a5d46a06405f2a3db61f3588
1
I_wacom
()
2
{
3
char
buffer
[
50
], *
p
;
4
int
RequestData
(
char
*
cmd
)
5
{
6
p
=
buffer
;
7
foo
(
buffer
);
8
}
9
RequestData
(
0
);
10
}
11