Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
53eacc1fa688f066a5426f44fbc85710677fc172
/
.
/
validation
/
Wunknown-attribute-no.c
blob: 87951699a42b60a35a64e7934798d3f97236de06 [
file
] [
log
] [
blame
]
static
int
foo
(
void
)
__attribute__
((
unknown_attribute
));
/*
* check-name: warn-unknown-attribute-no
* check-command: sparse -Wno-unknown-attribute $file
*
* check-error-start
* check-error-end
*/