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 <[email protected]>
AuthorDate: Fri Sep 14 09:54:15 2012 -0400
Commit:     CMake Topic Stage <[email protected]>
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 <[email protected]>
AuthorDate: Fri Sep 14 15:53:06 2012 +0200
Commit:     Stephen Kelly <[email protected]>
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
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to