[Cmake-commits] CMake branch, master, updated. 288a58a614fa4bce8cb0a29876b09f22ad44c7ad

cmake-commits at cmake.org cmake-commits at cmake.org
Wed May 12 10:42:22 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  288a58a614fa4bce8cb0a29876b09f22ad44c7ad (commit)
      from  a179cc956a0087f72b2cb75914df58344024c680 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=288a58a614fa4bce8cb0a29876b09f22ad44c7ad
commit 288a58a614fa4bce8cb0a29876b09f22ad44c7ad
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Wed May 12 10:40:12 2010 -0400

    Ignore some more sgi warnings.

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
 {

-----------------------------------------------------------------------

Summary of changes:
 Source/cmStandardIncludes.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list