summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-06-24 13:56:15 +0000
committerSteve Hay <SteveHay@planit.com>2005-06-24 13:56:15 +0000
commitc80263a809faf4e39544f5f3f44ed7181a92391b (patch)
tree6ab361913ccbc20d46339e792467df20f31744aa /win32
parent0e06f75d89a762be9731eb40ee14d8535e1ae184 (diff)
downloadperl-c80263a809faf4e39544f5f3f44ed7181a92391b.tar.gz
Stop '"__attribute__format__" redefined' warnings from gcc on Win32
p4raw-id: //depot/perl@24975
Diffstat (limited to 'win32')
-rw-r--r--win32/config_H.gc5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 56ab22a174..1340061017 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -1548,6 +1548,11 @@
*/
#define HAS_ACCESS /**/
+/* The HASATTRIBUTE_* defines are left undefined here because they vary from
+ * one version of GCC to another. Instead, they are defined on the basis of
+ * the compiler version in <perl.h>.
+ */
+
/* HASATTRIBUTE_FORMAT:
* Can we handle GCC attribute for checking printf-style formats
*/