From 36902029153fa21a2c29a9598d5d752a47f46613 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 12 Oct 2004 16:58:44 +0000 Subject: [PATCH] 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 --- build/bakefiles/common.bkl | 1 + include/wx/defs.h | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index cc7ec00bbb..901b203953 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -355,6 +355,7 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h $(LIBDIRNAME) $(SETUPHDIR) max + -wcd=549 diff --git a/include/wx/defs.h b/include/wx/defs.h index ea65618572..fb6d8b018c 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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 */ -- 2.45.2