repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
states: rename unreachable() to is_unreachable()
[smatch.git]
/
validation
/
strict-prototypes0.c
blob
e320846b77a7005a649479506b98051e351668ab
1
extern
void
func1
();
2
extern
void
myfunction
(),
myfunc2
();
3
4
/*
5
* check-name: strict-prototypes disabled
6
* check-command: sparse -Wno-strict-prototypes $file
7
*/