=== modified file 'include/config.h'
--- include/config.h	2009-03-03 02:52:23 +0000
+++ include/config.h	2009-04-13 04:00:08 +0000
@@ -241,7 +241,7 @@
  * the compile fail, so we must disable the check on native Windows.
  */
 
-#if __GNUC__ && !defined(_SQUID_MSWIN_)
+#if 1 // __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)))


