blob: 29a9fd89ef1e66a7ad88297dda8f4c5fc38ad778 [file] [log] [blame]
#define linker_warning(x, msg) \
static const char __warn_##x[] \
__attribute__((used, section(".gnu.warning." #x))) \
= msg
void bar (void) {}
linker_warning(bar, "Bad bar");