From 62486a73ed24e685423706ba8a8573eee47908db Mon Sep 17 00:00:00 2001
From: KUDr <kudr@openttd.org>
Date: Sun, 4 Feb 2007 11:30:22 +0000
Subject: (svn r8574) -Fix: Silence VC2003 warning: "compiler limit :
 terminating debug information emission for enum 'StringIdEnum'"

---
 src/stdafx.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src')

diff --git a/src/stdafx.h b/src/stdafx.h
index efa91381a..84478ed08 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -120,6 +120,8 @@
 # if _MSC_VER >= 1400              // MSVC 2005 safety checks
 #  pragma warning(disable: 4996)   // 'strdup' was declared deprecated
 #  define _CRT_SECURE_NO_DEPRECATE // all deprecated 'unsafe string functions
+# else /* _MSC_VER >= 1400  ( <1400 for MSVC2003) */
+#  pragma warning(disable: 4292)   // compiler limit : terminating debug information emission for enum 'StringIdEnum' with member 'STR_801D_COAL_CAR'
 # endif /* _MSC_VER >= 1400 */
 
 # include <malloc.h> // alloca()
-- 
cgit v1.2.3-70-g09d2