[Cmake-commits] CMake branch, next, updated. v2.8.9-695-g1390e5e
Stephen Kelly
steveire at gmail.com
Sun Sep 23 06:01:00 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 1390e5e353bb52d2c5aacba19c3f56c6fbc9c5e2 (commit)
via edbfe363957a93841c34cc8e512981212c02760f (commit)
from fe49a4fcf003a0e53f8c82922e98494c0a6d8283 (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=1390e5e353bb52d2c5aacba19c3f56c6fbc9c5e2
commit 1390e5e353bb52d2c5aacba19c3f56c6fbc9c5e2
Merge: fe49a4f edbfe36
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Sep 23 06:00:59 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Sep 23 06:00:59 2012 -0400
Merge topic 'generator-expression-target-properties' into next
edbfe36 Remove unused parameters.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=edbfe363957a93841c34cc8e512981212c02760f
commit edbfe363957a93841c34cc8e512981212c02760f
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Sep 23 11:59:00 2012 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Sep 23 11:59:00 2012 +0200
Remove unused parameters.
diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 9fbc70a..a4a5c9f 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -184,7 +184,7 @@ static const struct Angle_RNode : public cmGeneratorExpressionNode
virtual int NumExpectedParameters() const { return 0; }
- std::string Evaluate(const std::vector<std::string> ¶meters,
+ std::string Evaluate(const std::vector<std::string> &,
cmGeneratorExpressionContext *,
const GeneratorExpressionContent *,
cmGeneratorExpressionDAGChecker *) const
@@ -200,7 +200,7 @@ static const struct CommaNode : public cmGeneratorExpressionNode
virtual int NumExpectedParameters() const { return 0; }
- std::string Evaluate(const std::vector<std::string> ¶meters,
+ std::string Evaluate(const std::vector<std::string> &,
cmGeneratorExpressionContext *,
const GeneratorExpressionContent *,
cmGeneratorExpressionDAGChecker *) const
-----------------------------------------------------------------------
Summary of changes:
Source/cmGeneratorExpressionEvaluator.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list