repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* es.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
unused-6.c
blob
7651ecb28c9a7e67e76ab95cd121422960ebceb6
1
2
/* { dg-do compile } */
3
/* { dg-options "-O3 -Wunused-parameter" } */
4
static int
t
(
int
i
)
/* { dg-warning "unused parameter" "unused parameter warning" } */
5
{
6
return
0
;
7
}
8
int
tt
()
9
{
10
return
t
(
0
);
11
}