Go to the documentation of this file.
36 #ifndef PRINTF_ATTRIBUTE
39 #define PRINTF_ATTRIBUTE(a,b) __attribute__ ((__format__ (__gnu_printf__, a, b)))
41 #define PRINTF_ATTRIBUTE(a,b) __attribute__ ((__format__ (__printf__, a, b)))
44 #define PRINTF_ATTRIBUTE(a,b)
63 #define CSYNC_LOG(priority, ...) \
64 csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__)