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  aa373eb723dc596e8b129a6b2f279df27f6d3dda (commit)
       via  aea40fcb43f3b3496c79948e4e4fe08dbe4086d5 (commit)
      from  e9a89912e887da393c818d0fc2a84c6798fcfe2e (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=aa373eb723dc596e8b129a6b2f279df27f6d3dda
commit aa373eb723dc596e8b129a6b2f279df27f6d3dda
Merge: e9a8991 aea40fc
Author:     Bill Hoffman <bill.hoff...@kitware.com>
AuthorDate: Mon Aug 4 15:39:39 2014 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Aug 4 15:39:39 2014 -0400

    Merge topic 'fix_value_not_used' into next
    
    aea40fcb Fix scan-build warning parsed is never read after being set.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=aea40fcb43f3b3496c79948e4e4fe08dbe4086d5
commit aea40fcb43f3b3496c79948e4e4fe08dbe4086d5
Author:     Bill Hoffman <bill.hoff...@kitware.com>
AuthorDate: Mon Aug 4 15:38:56 2014 -0400
Commit:     Bill Hoffman <bill.hoff...@kitware.com>
CommitDate: Mon Aug 4 15:38:56 2014 -0400

    Fix scan-build warning parsed is never read after being set.

diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx
index 98c62d5..c57028d 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -343,7 +343,6 @@ int main (int argc, char const* const* argv)
       {
       cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
         "CPack generator not specified" << std::endl);
-      parsed = 0;
       }
     else
       {

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

Summary of changes:
 Source/CPack/cpack.cxx |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to