From 9577ae3609d24c408c955fdb105ddb7e204a5e08 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 17 Feb 2001 10:47:23 +0000 Subject: Turned off warning 4710 for Microsoft C++ compiler indicating inline method not inlined. --- include/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index 3e650f4e6..255423bb5 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -46,7 +46,7 @@ #define _WIN32_WINNT 0x0400 // Otherwise some required stuff gets ifdef'd out // Vassili Bourdo: shut up annoying Visual C++ warnings: #ifdef _MSC_VER -#pragma warning(disable: 4800 4244 4309) +#pragma warning(disable: 4244 4309 4710 4800) #endif #include #include -- cgit v1.2.3