Changeset - r5935:c7c5368898a2
[Not reviewed]
master
0 1 0
KUDr - 17 years ago 2007-02-04 11:30:22
kudr@openttd.org
(svn r8574) -Fix: Silence VC2003 warning: "compiler limit : terminating debug information emission for enum 'StringIdEnum'"
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/stdafx.h
Show inline comments
 
@@ -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()
0 comments (0 inline, 0 general)