summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-06-09 19:58:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-06-09 19:58:52 (GMT)
commitfc9e6c6e5c5e30ecad21fd7556c5dbd3caa84bfc (patch)
tree874c5376b23d69bc5366c55dd5611a777f0a5396 /Source/cmStandardIncludes.h
parent89b431e8ac70041724f1ce8a5d8e3f493847c537 (diff)
downloadCMake-fc9e6c6e5c5e30ecad21fd7556c5dbd3caa84bfc.zip
CMake-fc9e6c6e5c5e30ecad21fd7556c5dbd3caa84bfc.tar.gz
CMake-fc9e6c6e5c5e30ecad21fd7556c5dbd3caa84bfc.tar.bz2
STYLE: suppress warnings for borland
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 5168014..5f65fc5 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -37,6 +37,7 @@
# pragma warn -8030 /* Temporary used for parameter */
# pragma warn -8027 /* 'for' not inlined. */
# pragma warn -8026 /* 'exception' not inlined. */
+# pragma warn -8004 /* value never used */
#endif
#ifdef __ICL