From 66635b5e97e6e93cb805154681aa1ac56041bf03 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Wed, 30 Jul 2003 21:54:50 +0000 Subject: disable conversion type warnings for vc svn-id: r9309 --- common/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/stdafx.h') diff --git a/common/stdafx.h b/common/stdafx.h index 36ade2f62f..0ee78c127a 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -37,6 +37,7 @@ #ifdef _MSC_VER # pragma warning( disable : 4068 ) // turn off "unknown pragma" warning +# pragma warning( disable : 4244 ) // turn off "conversion from 'type1' to 'type2', possible loss of data" warning #endif #if _MSC_VER > 1000 -- cgit v1.2.3