]> git.saurik.com Git - wxWidgets.git/commitdiff
turn off unknown pragma for CW 9
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Jan 2004 18:14:08 +0000 (18:14 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Jan 2004 18:14:08 +0000 (18:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wx_cw_cm.h
include/wx/wx_cwc.h
include/wx/wx_cwc_d.h

index 581bb4f3bb5238bbf4fddd53f6179f05e998420c..127bbbc0f1f1fef5e9d7cdf036faf023609df08b 100644 (file)
@@ -6,7 +6,7 @@
 
 #define WX_COMP_INLINE_NO_CLASS // defined if the compiler does not want the classname repeated for inlines within a class definition
 
-#if __MWERKS__ >= 0x2400
+#if __MWERKS__ >= 0x2400 && __MWERKS__ <= 0x3200
 #pragma old_argmatch on
 #endif
 
index 8fa963af549b9728265f1138c2966f2cf477c779..02456ae97bf0fda15a49ac91c5f8aa5e322bfa44 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_CW__
 #define _WX_CW__
 
-#if __MWERKS__ >= 0x2400
+#if __MWERKS__ >= 0x2400 && __MWERKS__ <= 0x3200
 #pragma old_argmatch on
 #endif
 
index 6db33689c072980b536cfd8eb3da573c51f4cd6f..47bdc7a0390f97672b78f5c2a2bc30b22084c549 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_CW__
 #define _WX_CW__
 
-#if __MWERKS__ >= 0x2400
+#if __MWERKS__ >= 0x2400 && __MWERKS__ <= 0x3200
 #pragma old_argmatch on
 #endif