From e5e117006aa762cb485b493f505fe9e742536cea Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Thu, 31 Jul 2003 18:35:01 +0000 Subject: back disable warnings into stdafx.h, vc6 is lack of warnings support svn-id: r9337 --- gui/widget.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gui/widget.cpp') diff --git a/gui/widget.cpp b/gui/widget.cpp index 9160afe78f..f259400d78 100644 --- a/gui/widget.cpp +++ b/gui/widget.cpp @@ -23,12 +23,6 @@ #include "dialog.h" #include "newgui.h" -#ifdef _MSC_VER -// Disable "unknown pragma" warning in MSVC 6 -#pragma warning(disable : 4068) -#endif - - Widget::Widget (Dialog *boss, int x, int y, int w, int h) : _type(0), _boss(boss), _x(x), _y(y), _w(w), _h(h), _id(0), _flags(0), _hasFocus(false) { -- cgit v1.2.3