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
whitespace: add a newline
[smatch.git]
/
validation
/
attr-warning.c
blob
1c0976f6ab2f425497b636ce54061d3f7596f6d1
1
# define __warndecl(name, msg) \
2
extern void name (void) __attribute__((__warning__ (msg)))
3
4
__warndecl
(
__warn_func
,
"warn message"
);
5
6
/*
7
* check-name: attribute warning
8
*/