Revision 9c9e7d51 audio/audio_int.h

b/audio/audio_int.h
236 236
    return (dst >= src) ? (dst - src) : (len - src + dst);
237 237
}
238 238

  
239
#if defined __GNUC__
240
#define GCC_ATTR __attribute__ ((__unused__, __format__ (__printf__, 1, 2)))
241
#define GCC_FMT_ATTR(n, m) __attribute__ ((__format__ (__printf__, n, m)))
242
#else
243
#define GCC_ATTR /**/
244
#define GCC_FMT_ATTR(n, m)
245
#endif
246

  
247 239
static void GCC_ATTR dolog (const char *fmt, ...)
248 240
{
249 241
    va_list ap;

Also available in: Unified diff