From e47605824d2cc2644b4fc0432fcf5dc2eb5572b4 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 21 Oct 2003 13:02:16 +0000 Subject: [PATCH] removed pragma that disabled signed/unsigned mismatch warnings in MSVC4, as these have all been fixed in the engine already git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3600 d7cf8633-e32d-0410-b094-e92efae38249 --- glquake.h | 1 - 1 file changed, 1 deletion(-) diff --git a/glquake.h b/glquake.h index a74e6009..11ccd319 100644 --- a/glquake.h +++ b/glquake.h @@ -26,7 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifdef _MSC_VER #pragma warning(disable : 4244) // LordHavoc: MSVC++ 4 x86, double/float #pragma warning(disable : 4305) // LordHavoc: MSVC++ 6 x86, double/float -#pragma warning(disable : 4018) // LordHavoc: MSVC++ 4 x86, signed/unsigned mismatch #endif -- 2.39.2