]> git.saurik.com Git - wxWidgets.git/commitdiff
Supress OW warning about empty *structor outside class definition.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 22 Oct 2004 17:10:34 +0000 (17:10 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 22 Oct 2004 17:10:34 +0000 (17:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 7303113bda094dd1d0c290789abe78e49d44febc..a4bf274f6da76f6d88a8ffe21c81cb7585e81e15 100644 (file)
@@ -368,7 +368,7 @@ $(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</cppflags-watcom>
+        <cppflags-watcom>-wcd=549 -wcd=656 -wcd=657</cppflags-watcom>
     </template>
 
     <!-- for both GUI and wxBase libs/samples: -->