disable stupid vc6 warning

This commit is contained in:
Glenn Maynard
2002-12-21 21:16:13 +00:00
parent 73e02a6d1a
commit 07e38b8a6c
+1
View File
@@ -28,6 +28,7 @@
* place, eg. with ScreenMessages. Those should be fixed, but later. XXX */
#pragma warning (disable : 4063)
#pragma warning (disable : 4127)
#pragma warning (disable : 4786) /* VC6: identifier was truncated to '255' characters in the debug information */
#endif
#undef min