git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29806
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<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: -->
#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 */