mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
11 lines
192 B
C
11 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
|