Searched defs:GCC_ATTR (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h254 #define GCC_ATTR __attribute__ ((__unused__, __format__ (__printf__, 1, 2))) macro
262 #define GCC_ATTR /**/ macro
268 static void GCC_ATTR dolog (const char *fmt, ...)
270 DECLINLINE(void) GCC_ATTR dolog (const char *fmt, ...) /* shuts up unused warnings. */
281 DECLINLINE(void) GCC_ATTR ldebug (const char *fmt, ...)
296 static void GCC_ATTR ldebug (const char *fmt, ...)
298 DECLINLINE(void) GCC_ATTR ldebug (const char *fmt, ...) /* shuts up unused warnings. */
306 #undef GCC_ATTR macro

Completed in 61 milliseconds