summaryrefslogtreecommitdiff
path: root/Source/kwsys/hashtable.hxx.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-06-09 15:18:51 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2009-06-09 15:18:51 -0400
commitb81f09e341c5bfe1f3ba436f732135b6ad1c19d6 (patch)
treec9c41687664752c02006014d822af78c13e1fa1e /Source/kwsys/hashtable.hxx.in
parent0dc49a840e1a00b725459d5b4118b0f011118547 (diff)
downloadcmake-b81f09e341c5bfe1f3ba436f732135b6ad1c19d6.tar.gz
STYLE: suppress warnings for borland
Diffstat (limited to 'Source/kwsys/hashtable.hxx.in')
-rw-r--r--Source/kwsys/hashtable.hxx.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/kwsys/hashtable.hxx.in b/Source/kwsys/hashtable.hxx.in
index 9adf5c0085..957210f2d6 100644
--- a/Source/kwsys/hashtable.hxx.in
+++ b/Source/kwsys/hashtable.hxx.in
@@ -36,6 +36,10 @@
* purpose. It is provided "as is" without express or implied warranty.
*
*/
+#ifdef __BORLANDC__
+# pragma warn -8027 /* 'for' not inlined. */
+# pragma warn -8026 /* 'exception' not inlined. */
+#endif
#ifndef @KWSYS_NAMESPACE@_hashtable_hxx
#define @KWSYS_NAMESPACE@_hashtable_hxx