Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
attr-warning.c
blob: 1c0976f6ab2f425497b636ce54061d3f7596f6d1 [
file
] [
log
] [
blame
]
# define __warndecl(name, msg) \
extern
void
name
(
void
)
__attribute__
((
__warning__
(
msg
)))
__warndecl
(
__warn_func
,
"warn message"
);
/*
* check-name: attribute warning
*/