pulseaudio/polyp/gcc-printf.h
Lennart Poettering 6c4fd62040 implement proper logging
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@179 fefdeb5f-60dc-0310-8127-8f9354f1896f
2004-09-05 00:03:16 +00:00

10 lines
192 B
C

#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