summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testSystemTools.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-14 03:03:26 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-14 03:03:26 (GMT)
commitcaac6c78b4dd2e193e5264edd809c18e0003cd94 (patch)
tree94be4095ec003b8de6a4b6a847daeae92129faff /Source/kwsys/testSystemTools.cxx
parentb59dd02911bfc81d6cb4f4ea181a9dfe34c6bc8e (diff)
downloadCMake-caac6c78b4dd2e193e5264edd809c18e0003cd94.zip
CMake-caac6c78b4dd2e193e5264edd809c18e0003cd94.tar.gz
CMake-caac6c78b4dd2e193e5264edd809c18e0003cd94.tar.bz2
COMP: Disable MSVC debug symbol truncation warning.
Diffstat (limited to 'Source/kwsys/testSystemTools.cxx')
-rw-r--r--Source/kwsys/testSystemTools.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/testSystemTools.cxx b/Source/kwsys/testSystemTools.cxx
index ac575a9..ad0f9b5 100644
--- a/Source/kwsys/testSystemTools.cxx
+++ b/Source/kwsys/testSystemTools.cxx
@@ -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)