[Cmake-commits] CMake branch, next, updated. v3.1.0-rc3-1177-gde3c9d8
Joe Snyder
joe.snyder at kitware.com
Mon Dec 15 13:11:47 EST 2014
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 de3c9d8c5f3bdda60c0711e04238fd392c46a59f (commit)
via 0622f92d23771126b2ff5470faea58a76326c413 (commit)
from 5c1b101320812d9c82025302215a753d50800678 (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=de3c9d8c5f3bdda60c0711e04238fd392c46a59f
commit de3c9d8c5f3bdda60c0711e04238fd392c46a59f
Merge: 5c1b101 0622f92
Author: Joe Snyder <joe.snyder at kitware.com>
AuthorDate: Mon Dec 15 13:11:47 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 15 13:11:47 2014 -0500
Merge topic 'fix_coverage_scanbuild_errors' into next
0622f92d CTest: Remove code to fix scanbuild errors
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0622f92d23771126b2ff5470faea58a76326c413
commit 0622f92d23771126b2ff5470faea58a76326c413
Author: Joseph Snyder <joe.snyder at kitware.com>
AuthorDate: Mon Dec 15 12:48:08 2014 -0500
Commit: Joseph Snyder <joe.snyder at kitware.com>
CommitDate: Mon Dec 15 12:48:08 2014 -0500
CTest: Remove code to fix scanbuild errors
Remove code from cmParseBlanketJSCoverage.cxx and
cmParseDelphiCoverage.cxx which caused scanbuild errors
about not reading the value that was stored.
diff --git a/Source/CTest/cmParseBlanketJSCoverage.cxx b/Source/CTest/cmParseBlanketJSCoverage.cxx
index fc90bc1..85d066b 100644
--- a/Source/CTest/cmParseBlanketJSCoverage.cxx
+++ b/Source/CTest/cmParseBlanketJSCoverage.cxx
@@ -81,7 +81,6 @@ public:
this->Coverage.TotalCoverage[filename];
CoverageVector = localCoverageVector;
localCoverageVector.clear();
- foundFile=false;
}
foundFile= true;
inSource = false;
@@ -122,7 +121,6 @@ public:
FileLinesType& CoverageVector =
this->Coverage.TotalCoverage[filename];
CoverageVector = localCoverageVector;
- foundFile=false;
localCoverageVector.clear();
return true;
}
diff --git a/Source/CTest/cmParseDelphiCoverage.cxx b/Source/CTest/cmParseDelphiCoverage.cxx
index ad71c85..8e331b1 100644
--- a/Source/CTest/cmParseDelphiCoverage.cxx
+++ b/Source/CTest/cmParseDelphiCoverage.cxx
@@ -136,8 +136,6 @@ public:
break;
}
pos = lastoffset+1;
- endnamepos = 0;
- lastoffset =0;
}
/*
* Glob through the source directory for the
-----------------------------------------------------------------------
Summary of changes:
Source/CTest/cmParseBlanketJSCoverage.cxx | 2 --
Source/CTest/cmParseDelphiCoverage.cxx | 2 --
2 files changed, 4 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list