[Cmake-commits] CMake branch, next, updated. v2.8.6-1864-g9958122

Eric Noulard eric.noulard at gmail.com
Sun Nov 13 17:14:27 EST 2011


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  9958122422b06d3056c272d908c0663202ece472 (commit)
       via  5dec7a571d96bc6aca72c407aaffdb5f47910d29 (commit)
      from  22236e48938b942a8b9d95d73d447fa5e54e19a0 (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=9958122422b06d3056c272d908c0663202ece472
commit 9958122422b06d3056c272d908c0663202ece472
Merge: 22236e4 5dec7a5
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Sun Nov 13 17:14:25 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Nov 13 17:14:25 2011 -0500

    Merge topic 'ImproveCPackDoc' into next
    
    5dec7a5 Avoid compiler warning concerning unused var


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5dec7a571d96bc6aca72c407aaffdb5f47910d29
commit 5dec7a571d96bc6aca72c407aaffdb5f47910d29
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Sun Nov 13 23:12:48 2011 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Sun Nov 13 23:12:48 2011 +0100

    Avoid compiler warning concerning unused var

diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index 8f603f2..85dbe76 100644
--- a/Source/cmDocumentation.cxx
+++ b/Source/cmDocumentation.cxx
@@ -722,7 +722,7 @@ void cmDocumentation::addCMakeStandardDocSections()
 //----------------------------------------------------------------------------
 void cmDocumentation::addCTestStandardDocSections()
 {
-    cmDocumentationSection *sec;
+    //cmDocumentationSection *sec;
     // This is currently done for backward compatibility reason
     // We may suppress some of these.
     addCMakeStandardDocSections();

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

Summary of changes:
 Source/cmDocumentation.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list