[Cmake-commits] CMake branch, next, updated. v2.8.7-2439-g8a26060

Eric Noulard eric.noulard at gmail.com
Wed Feb 1 15:18:48 EST 2012


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  8a26060c14ee93f00da71a266c5e2c25bcccedf3 (commit)
       via  0e5b3c18339566a0836b2dde3dec160e2deb80ec (commit)
      from  0ffa193c6462c006a873a2cbfb2408ab2b718995 (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=8a26060c14ee93f00da71a266c5e2c25bcccedf3
commit 8a26060c14ee93f00da71a266c5e2c25bcccedf3
Merge: 0ffa193 0e5b3c1
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Wed Feb 1 15:18:43 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 1 15:18:43 2012 -0500

    Merge topic 'ImproveCPackDoc-reloaded' into next
    
    0e5b3c1 Hopefully last 'in-a-hurry' fix


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0e5b3c18339566a0836b2dde3dec160e2deb80ec
commit 0e5b3c18339566a0836b2dde3dec160e2deb80ec
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Wed Feb 1 21:16:36 2012 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Wed Feb 1 21:16:36 2012 +0100

    Hopefully last 'in-a-hurry' fix

diff --git a/Source/CPack/cmCPackDocumentMacros.cxx b/Source/CPack/cmCPackDocumentMacros.cxx
index 050305f..ddc75a4 100644
--- a/Source/CPack/cmCPackDocumentMacros.cxx
+++ b/Source/CPack/cmCPackDocumentMacros.cxx
@@ -3,8 +3,6 @@
 void cmCPackDocumentMacros::GetMacrosDocumentation(
         std::vector<cmDocumentationEntry>& )
 {
-   // avoid compiler warning
-   (int)v.size();
    // Commented-out example of use
    //
    //    cmDocumentationEntry e("cpack_<macro>",
diff --git a/Source/CPack/cmCPackDocumentVariables.cxx b/Source/CPack/cmCPackDocumentVariables.cxx
index f90982f..6327152 100644
--- a/Source/CPack/cmCPackDocumentVariables.cxx
+++ b/Source/CPack/cmCPackDocumentVariables.cxx
@@ -3,8 +3,6 @@
 
 void cmCPackDocumentVariables::DefineVariables(cmake* )
 {
-  // avoid compiler warning
-  (void*)cm;
   // Subsection: variables defined/used by cpack,
   // which are common to all CPack generators
 

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

Summary of changes:
 Source/CPack/cmCPackDocumentMacros.cxx    |    2 --
 Source/CPack/cmCPackDocumentVariables.cxx |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list