From 3b3743e4ef9626a9b5bf36e62d90d25f71bdacc4 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Thu, 15 Oct 2009 12:38:52 -0700 Subject: AppHdr.h: disable VC++ warning 4290 Microsoft warns us that they're ignoring the C++ specification. How nice. Signed-off-by: Steven Noonan --- crawl-ref/source/AppHdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 2092799902..5787f9aaf6 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -522,6 +522,7 @@ inline void UNUSED(const volatile T &) #ifdef TARGET_COMPILER_VC #include "libw32c.h" +#pragma warning (disable: 4290) #endif #endif -- cgit v1.2.3-54-g00ecf