[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4397-g6071f47
Patrick Reynolds
patrick.reynolds at kitware.com
Tue Oct 1 14:21:59 EDT 2013
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 6071f47dcbe4a98c2b60f8141927d6d88dc5e822 (commit)
via 36e2289d1b015d807416547a3abc9873ed423a17 (commit)
from 81b1ac829ecd4352137d32092c0bf66ace891b05 (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=6071f47dcbe4a98c2b60f8141927d6d88dc5e822
commit 6071f47dcbe4a98c2b60f8141927d6d88dc5e822
Merge: 81b1ac8 36e2289
Author: Patrick Reynolds <patrick.reynolds at kitware.com>
AuthorDate: Tue Oct 1 14:21:57 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 1 14:21:57 2013 -0400
Merge topic 'Add-coverage.py-Coverage' into next
36e2289 Fixing the unused parameter warning in a more concise way.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=36e2289d1b015d807416547a3abc9873ed423a17
commit 36e2289d1b015d807416547a3abc9873ed423a17
Author: Patrick Reynolds <patrick.reynolds at kitware.com>
AuthorDate: Tue Oct 1 14:20:25 2013 -0400
Commit: Patrick Reynolds <patrick.reynolds at kitware.com>
CommitDate: Tue Oct 1 14:20:25 2013 -0400
Fixing the unused parameter warning in a more concise way.
diff --git a/Source/CTest/cmParsePythonCoverage.cxx b/Source/CTest/cmParsePythonCoverage.cxx
index ff5cb0c..a086f13 100644
--- a/Source/CTest/cmParsePythonCoverage.cxx
+++ b/Source/CTest/cmParsePythonCoverage.cxx
@@ -85,10 +85,7 @@ protected:
}
}
- virtual void EndElement(const char* name)
- {
- (void) name;
- }
+ virtual void EndElement(const char*) {}
private:
-----------------------------------------------------------------------
Summary of changes:
Source/CTest/cmParsePythonCoverage.cxx | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list