]> git.saurik.com Git - wxWidgets.git/commitdiff
Explain supressed warnings.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 10 Nov 2004 19:06:24 +0000 (19:06 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 10 Nov 2004 19:06:24 +0000 (19:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 80454047fd8775a92c239966d1d0d07c20770fa6..b3f93fa901f903e496477d0970c100b0a3d68141 100644 (file)
@@ -379,7 +379,12 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
         <lib-path>$(LIBDIRNAME)</lib-path>
         <include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
         <warnings>max</warnings>
-        <cppflags-watcom>-wcd=549 -wcd=656 -wcd=657 -wcd=667</cppflags-watcom>
+        <cppflags-watcom>
+            -wcd=549 <!-- 'sizeof' operand contains compiler generated information -->
+            -wcd=656 <!-- define this function inside its class definition (may improve code quality) -->
+            -wcd=657 <!-- define this function inside its class definition (could have improved code quality) -->
+            -wcd=667 <!-- 'va_start' macro will not work without an argument before '...' -->
+        </cppflags-watcom>
     </template>
 
     <!-- for both GUI and wxBase libs/samples: -->