diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-05-12 14:40:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-05-12 14:40:12 (GMT) |
commit | 521e26752b1f1e60fd5e8990416f26cb62339a78 (patch) | |
tree | 1cd1f0f58b4ab4f8627d30bf5493f319cc21bf71 | |
parent | 5eeaa535b3328653a83ddf5074f4661fea1eca02 (diff) | |
download | CMake-521e26752b1f1e60fd5e8990416f26cb62339a78.zip CMake-521e26752b1f1e60fd5e8990416f26cb62339a78.tar.gz CMake-521e26752b1f1e60fd5e8990416f26cb62339a78.tar.bz2 |
Ignore some more sgi warnings.
-rw-r--r-- | Source/cmStandardIncludes.h | 1 |
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 { |