As a temporary bandaid disable '__printf0like' unconditionally, it
doesn't seem to work under gcc 3.1 yet. We are now 'WERROR' safe again.
This commit is contained in:
parent
f42c92628a
commit
c15786f489
@ -169,7 +169,7 @@
|
||||
#endif
|
||||
|
||||
/* Compiler-dependent macros that rely on FreeBSD-specific extensions. */
|
||||
#if __FreeBSD_cc_version >= 300001
|
||||
#if 0 && __FreeBSD_cc_version >= 300001
|
||||
#define __printf0like(fmtarg, firstvararg) \
|
||||
__attribute__((__format__ (__printf0__, fmtarg, firstvararg)))
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user