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:
alfred 2002-05-11 03:58:24 +00:00
parent f42c92628a
commit c15786f489

View File

@ -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