summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-06-09 19:18:51 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-06-09 19:18:51 (GMT)
commitb81f09e341c5bfe1f3ba436f732135b6ad1c19d6 (patch)
treec9c41687664752c02006014d822af78c13e1fa1e /Source/cmStandardIncludes.h
parent0dc49a840e1a00b725459d5b4118b0f011118547 (diff)
downloadCMake-b81f09e341c5bfe1f3ba436f732135b6ad1c19d6.zip
CMake-b81f09e341c5bfe1f3ba436f732135b6ad1c19d6.tar.gz
CMake-b81f09e341c5bfe1f3ba436f732135b6ad1c19d6.tar.bz2
STYLE: suppress warnings for borland
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 30d1a7f..5168014 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -34,7 +34,9 @@
#endif
#ifdef __BORLANDC__
-#pragma warn -8030 /* Temporary used for parameter */
+# pragma warn -8030 /* Temporary used for parameter */
+# pragma warn -8027 /* 'for' not inlined. */
+# pragma warn -8026 /* 'exception' not inlined. */
#endif
#ifdef __ICL