added another warning to be disabled under MSVCP

[SVN r7763]
This commit is contained in:
Jeremy Siek
2000-09-22 04:16:11 +00:00
parent 5b6863d434
commit 117a4b0842

View File

@@ -286,6 +286,7 @@
# endif # endif
# pragma warning( disable : 4786 ) // ident trunc to '255' chars in debug info # pragma warning( disable : 4786 ) // ident trunc to '255' chars in debug info
# pragma warning( disable : 4503 ) // warning: decorated name length exceeded
# endif // Microsoft (excluding Intel/EDG frontend) # endif // Microsoft (excluding Intel/EDG frontend)