mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r10292) -Fix: suppress VC 7.1 warning: "\src\texteff.cpp(251) : warning C4258: 'y' : definition from the for loop is ignored; the definition from the enclosing scope is used" which prevents compilation on MSVC 2003
This commit is contained in:
parent
2d591ec1af
commit
6ced6f8f5f
@ -154,6 +154,7 @@
|
|||||||
# pragma warning(disable: 4996) // 'strdup' was declared deprecated
|
# pragma warning(disable: 4996) // 'strdup' was declared deprecated
|
||||||
# define _CRT_SECURE_NO_DEPRECATE // all deprecated 'unsafe string functions
|
# define _CRT_SECURE_NO_DEPRECATE // all deprecated 'unsafe string functions
|
||||||
# else /* _MSC_VER >= 1400 ( <1400 for MSVC2003) */
|
# else /* _MSC_VER >= 1400 ( <1400 for MSVC2003) */
|
||||||
|
# pragma warning(disable: 4288) // nonstandard extension used : 'y' : loop control variable declared in the for-loop is used outside the for-loop scope; it conflicts with the declaration in the outer scope
|
||||||
# pragma warning(disable: 4292) // compiler limit : terminating debug information emission for enum 'StringIdEnum' with member 'STR_801D_COAL_CAR'
|
# pragma warning(disable: 4292) // compiler limit : terminating debug information emission for enum 'StringIdEnum' with member 'STR_801D_COAL_CAR'
|
||||||
# endif /* _MSC_VER >= 1400 */
|
# endif /* _MSC_VER >= 1400 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user