implied: use a time based timeout instead of counting ->nr_children
[smatch.git] / validation / attr-warning.c
blob1c0976f6ab2f425497b636ce54061d3f7596f6d1
1 # define __warndecl(name, msg) \
2 extern void name (void) __attribute__((__warning__ (msg)))
4 __warndecl (__warn_func, "warn message");
6 /*
7 * check-name: attribute warning
8 */