--------------------- PatchSet 6680 Date: 2005/05/21 15:42:14 Author: serassio Branch: nt-2_5 Tag: (none) Log: Remove printf format checking on MinGW Members: include/config.h:1.5.18.7->1.5.18.8 Index: squid/include/config.h =================================================================== RCS file: /cvsroot/squid-sf//squid/include/config.h,v retrieving revision 1.5.18.7 retrieving revision 1.5.18.8 diff -u -r1.5.18.7 -r1.5.18.8 --- squid/include/config.h 23 Apr 2005 08:45:01 -0000 1.5.18.7 +++ squid/include/config.h 21 May 2005 15:42:14 -0000 1.5.18.8 @@ -181,7 +181,7 @@ #define squid_srandom srand #endif -#if __GNUC__ +#if __GNUC__ && !defined(_SQUID_MSWIN_) #define PRINTF_FORMAT_ARG1 __attribute__ ((format (printf, 1, 2))) #define PRINTF_FORMAT_ARG2 __attribute__ ((format (printf, 2, 3))) #define PRINTF_FORMAT_ARG3 __attribute__ ((format (printf, 3, 4)))