summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-05-12 14:40:12 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-05-12 14:40:12 (GMT)
commit521e26752b1f1e60fd5e8990416f26cb62339a78 (patch)
tree1cd1f0f58b4ab4f8627d30bf5493f319cc21bf71 /Source/cmStandardIncludes.h
parent5eeaa535b3328653a83ddf5074f4661fea1eca02 (diff)
downloadCMake-521e26752b1f1e60fd5e8990416f26cb62339a78.zip
CMake-521e26752b1f1e60fd5e8990416f26cb62339a78.tar.gz
CMake-521e26752b1f1e60fd5e8990416f26cb62339a78.tar.bz2
Ignore some more sgi warnings.
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 5db0200..9b9cb3b 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -45,6 +45,7 @@
// This is a hack to prevent warnings about these functions being
// declared but not referenced.
#if defined(__sgi) && !defined(__GNUC__)
+# pragma set woff 3970 /* conversion from pointer to same-sized */
# include <sys/termios.h>
class cmStandardIncludesHack
{