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
let -dD report macro definitions
[smatch.git]
/
validation
/
Wunknown-attribute-no.c
blob
87951699a42b60a35a64e7934798d3f97236de06
1
static int
foo
(
void
)
__attribute__
((
unknown_attribute
));
2
3
/*
4
* check-name: warn-unknown-attribute-no
5
* check-command: sparse -Wno-unknown-attribute $file
6
*
7
* check-error-start
8
* check-error-end
9
*/