COMP: Disable MSVC debug symbol truncation warning.
This commit is contained in:
parent
b59dd02911
commit
caac6c78b4
@ -12,6 +12,11 @@
|
||||
|
||||
=========================================================================*/
|
||||
#include "kwsysPrivate.h"
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning (disable:4786)
|
||||
#endif
|
||||
|
||||
#include KWSYS_HEADER(SystemTools.hxx)
|
||||
#include KWSYS_HEADER(ios/iostream)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user