From 26d05c0190c9cca1444cc7a004c1149b3358ab10 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Jul 2003 18:40:28 +0000 Subject: the VC warning for unknown pragmas is now gloabally disabled, no need to work around it locally svn-id: r9300 --- common/str.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common') diff --git a/common/str.cpp b/common/str.cpp index ea1240adf1..2c0de82f7d 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -23,10 +23,6 @@ #include -#ifdef _MSC_VER -# pragma warning( disable : 4068 ) // unknown pragmas -#endif - namespace ScummVM { -- cgit v1.2.3