mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@179 fefdeb5f-60dc-0310-8127-8f9354f1896f
10 lines
192 B
C
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
|