summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-15 12:38:52 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-15 12:38:52 -0700
commit3b3743e4ef9626a9b5bf36e62d90d25f71bdacc4 (patch)
tree9785ed5d694b83e68b06fce312ed38f761bec43e /crawl-ref/source/AppHdr.h
parenta2f57f7ee1390ffd4c5441015083b477e995de96 (diff)
downloadcrawl-ref-3b3743e4ef9626a9b5bf36e62d90d25f71bdacc4.tar.gz
crawl-ref-3b3743e4ef9626a9b5bf36e62d90d25f71bdacc4.zip
AppHdr.h: disable VC++ warning 4290
Microsoft warns us that they're ignoring the C++ specification. How nice. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h1
1 files changed, 1 insertions, 0 deletions
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