[Cmake-commits] CMake branch, next, updated. v2.8.9-535-gd9dbf52

Stephen Kelly steveire at gmail.com
Fri Sep 14 09:54:16 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  d9dbf5245af9c7e26d990db0805e01f2e26c275c (commit)
       via  0651fe18a6fa8720cb26840576ece73fcb0dfd05 (commit)
      from  c5c5c9cdcde635937084108cbdd8a15f1db478ba (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=d9dbf5245af9c7e26d990db0805e01f2e26c275c
commit d9dbf5245af9c7e26d990db0805e01f2e26c275c
Merge: c5c5c9c 0651fe1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Sep 14 09:54:15 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 14 09:54:15 2012 -0400

    Merge topic 'generator-expression-refactor' into next
    
    0651fe1 Hide another Borland warning.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0651fe18a6fa8720cb26840576ece73fcb0dfd05
commit 0651fe18a6fa8720cb26840576ece73fcb0dfd05
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Sep 14 15:53:06 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Sep 14 15:53:06 2012 +0200

    Hide another Borland warning.

diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 2ff20fc..8088548 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -181,6 +181,7 @@ static const struct ConfigurationTestNode : public cmGeneratorExpressionNode
 
 #if defined(__BORLANDC__)
 # pragma warn -8008 /* condition is always true */
+# pragma warn -8066 /* unreachable code */
 // Borland gets confused about the template argument bools
 // used in if statements.
 #endif

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list