[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4366-gd821938

Patrick Reynolds patrick.reynolds at kitware.com
Mon Sep 30 14:53:35 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  d821938693a7bd425a810712c56a719e95aba71c (commit)
       via  1783c540201efd100ad5913b11bb6adf4bfe989a (commit)
      from  fdc5a144f00c0c55410ea8bf9f4002332d82ea47 (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=d821938693a7bd425a810712c56a719e95aba71c
commit d821938693a7bd425a810712c56a719e95aba71c
Merge: fdc5a14 1783c54
Author:     Patrick Reynolds <patrick.reynolds at kitware.com>
AuthorDate: Mon Sep 30 14:53:34 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 30 14:53:34 2013 -0400

    Merge topic 'Add-coverage.py-Coverage' into next
    
    1783c54 Remove call to base class default contructor.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1783c540201efd100ad5913b11bb6adf4bfe989a
commit 1783c540201efd100ad5913b11bb6adf4bfe989a
Author:     Patrick Reynolds <patrick.reynolds at kitware.com>
AuthorDate: Mon Sep 30 14:53:27 2013 -0400
Commit:     Patrick Reynolds <patrick.reynolds at kitware.com>
CommitDate: Mon Sep 30 14:53:27 2013 -0400

    Remove call to base class default contructor.
    
    Some compilers complained.

diff --git a/Source/CTest/cmParsePythonCoverage.cxx b/Source/CTest/cmParsePythonCoverage.cxx
index 56a36fa..ddd7945 100644
--- a/Source/CTest/cmParsePythonCoverage.cxx
+++ b/Source/CTest/cmParsePythonCoverage.cxx
@@ -12,7 +12,6 @@ public:
   XMLParser(cmCTest* ctest, cmCTestCoverageHandlerContainer& cont)
     : CTest(ctest), Coverage(cont)
   {
-    cmXMLParser::cmXMLParser();
   }
 
   virtual ~XMLParser()

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list