[Cmake-commits] CMake branch, master, updated. v2.8.6-173-g5d6cb13

KWSys Robot kwrobot at kitware.com
Sun Nov 13 12:35:06 EST 2011


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  5d6cb1308de39abda8e394531a5027188371df74 (commit)
      from  2f8f7ec56ad50d783e8b09d132263657d3462339 (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=5d6cb1308de39abda8e394531a5027188371df74
commit 5d6cb1308de39abda8e394531a5027188371df74
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sun Nov 13 12:31:11 2011 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sun Nov 13 12:35:04 2011 -0500

    KWSys: Fix wrong spelling of __INTEL_COMPILER
    
    Author: Hans Johnson <hans-johnson at uiowa.edu>
    Change-Id: I31a29a8b53e5262b76530b8ea80a1a66cff7b3f7

diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index b6c3fda..ed7f62c 100644
--- a/Source/kwsys/SystemTools.cxx
+++ b/Source/kwsys/SystemTools.cxx
@@ -371,7 +371,7 @@ bool SystemTools::GetEnv(const char* key, kwsys_stl::string& result)
     }
 }
 
-#ifdef INTEL_COMPILER
+#ifdef __INTEL_COMPILER
 #pragma warning disable 444
 #endif
 
@@ -403,11 +403,6 @@ bool SystemTools::PutEnv(const char* value)
   return ret == 0;
 }
 
-#ifdef INTEL_COMPILER
-#pragma warning restore 444
-#endif
-
-
 const char* SystemTools::GetExecutableExtension()
 {
 #if defined(_WIN32) || defined(__CYGWIN__) || defined(__VMS)

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

Summary of changes:
 Source/kwsys/SystemTools.cxx |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list