Remove old pragmas for avoiding warnings with Open Watcom. They are not working with new build system and have to be passed to compiler through options.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-10-12 16:58:44 +00:00
parent 84f7327f47
commit 3690202915
2 changed files with 1 additions and 6 deletions

View File

@ -355,6 +355,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>
</template>
<!-- for both GUI and wxBase libs/samples: -->

View File

@ -82,12 +82,6 @@
#endif
#endif /* __VISUALC__ */
/* suppress some Watcom C++ warnings */
#ifdef __WATCOMC__
# pragma warning 849 9 /* Disable 'virtual function hidden' */
# pragma warning 549 9 /* Disable 'operand contains compiler generated information' */
#endif /* __VISUALC__ */
/* suppress some Salford C++ warnings */
#ifdef __SALFORDC__
# pragma suppress 353 /* Possible nested comments */