rosenberg_funcs: warn about information leaks to the network
[smatch.git] / validation / Wunknown-attribute-yes.c
blob4b7fcc32ba278d7d3c53d7ec75613f5296f16d67
1 static int foo(void) __attribute__((unknown_attribute));
3 /*
4 * check-name: warn-unknown-attribute-yes
5 * check-command: sparse -Wunknown-attribute $file
7 * check-error-start
8 Wunknown-attribute-yes.c:1:37: warning: unknown attribute 'unknown_attribute'
9 * check-error-end