[Cmake-commits] CMake branch, next, updated. v2.8.8-2900-ga8c7bd9

Eric Noulard eric.noulard at gmail.com
Mon May 21 08:42:22 EDT 2012


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, next has been updated
       via  a8c7bd98847059b4ff29d7e254aa97f658c50804 (commit)
       via  801ea70c08a15071a22149c8f8f829a34e628c6a (commit)
      from  8bf185c42eafb51321a9bdb6c0c2720eaebe20b8 (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=a8c7bd98847059b4ff29d7e254aa97f658c50804
commit a8c7bd98847059b4ff29d7e254aa97f658c50804
Merge: 8bf185c 801ea70
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Mon May 21 08:42:11 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 21 08:42:11 2012 -0400

    Merge topic 'CPack-activateRPM-DEB-onMacOS' into next
    
    801ea70 Calm down Borland compiler warning about "always true"


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=801ea70c08a15071a22149c8f8f829a34e628c6a
commit 801ea70c08a15071a22149c8f8f829a34e628c6a
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Mon May 21 14:39:18 2012 +0200
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Mon May 21 14:39:18 2012 +0200

    Calm down Borland compiler warning about "always true"

diff --git a/Source/CPack/cmCPackGeneratorFactory.cxx b/Source/CPack/cmCPackGeneratorFactory.cxx
index dbfdbbc..37ff460 100644
--- a/Source/CPack/cmCPackGeneratorFactory.cxx
+++ b/Source/CPack/cmCPackGeneratorFactory.cxx
@@ -40,6 +40,10 @@
 
 #include "cmCPackLog.h"
 
+#if defined(__BORLANDC__)
+# pragma warn -8008 /* condition is always true */
+#endif
+
 //----------------------------------------------------------------------
 cmCPackGeneratorFactory::cmCPackGeneratorFactory()
 {

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

Summary of changes:
 Source/CPack/cmCPackGeneratorFactory.cxx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list