Searched refs:COMPILER_ATTR (Results 1 – 2 of 2) sorted by relevance
16 #define COMPILER_ATTR(...) __attribute__((__VA_ARGS__)) macro18 #define COMPILER_ATTR(...) macro39 static const char *log_strings[] COMPILER_ATTR(unused) = {52 static log_level LOGMODULE_status COMPILER_ATTR(unused) = LOGLEVEL_UNDEFINED;163 COMPILER_ATTR(unused, format (printf, 8, 9));170 COMPILER_ATTR(unused, format (printf, 10, 11));
12 #define COMPILER_ATTR(...) __attribute__((__VA_ARGS__)) macro14 #define COMPILER_ATTR(...) macro63 static void COMPILER_ATTR(format (printf, 3, 4))