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:
@@ -355,6 +355,7 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
|
|||||||
<lib-path>$(LIBDIRNAME)</lib-path>
|
<lib-path>$(LIBDIRNAME)</lib-path>
|
||||||
<include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
|
<include cond="FORMAT!='autoconf'">$(SETUPHDIR)</include>
|
||||||
<warnings>max</warnings>
|
<warnings>max</warnings>
|
||||||
|
<cppflags-watcom>-wcd=549</cppflags-watcom>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- for both GUI and wxBase libs/samples: -->
|
<!-- for both GUI and wxBase libs/samples: -->
|
||||||
|
@@ -82,12 +82,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif /* __VISUALC__ */
|
#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 */
|
/* suppress some Salford C++ warnings */
|
||||||
#ifdef __SALFORDC__
|
#ifdef __SALFORDC__
|
||||||
# pragma suppress 353 /* Possible nested comments */
|
# pragma suppress 353 /* Possible nested comments */
|
||||||
|
Reference in New Issue
Block a user