Skip to content
Snippets Groups Projects
Commit 21b09bc4 authored by Brad King's avatar Brad King
Browse files

COMP: Disable MSVC debug symbol truncation warning.

parent 3a8b0ca5
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment