pulseaudio/polyp/gcc-printf.h

11 lines
192 B
C
Raw Normal View History

#ifndef foogccprintfhfoo
#define foogccprintfhfoo
#ifdef __GNUC__
#define PA_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b)))
#else
#define PA_GCC_PRINTF_ATTR(a,b)
#endif
#endif