[Cmake-commits] CMake branch, next, updated. v2.8.11-1975-g1f831df

Stephen Kelly steveire at gmail.com
Thu May 16 13:35:10 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  1f831dfe25ce66df6404dbc7e2db105998b7cb9f (commit)
       via  0a4d7d883c1d468e752e8a224a2cfb4a28f3ecf9 (commit)
      from  ec9ea71c9f14c844dd4e8b5ef75ffb5379f6c250 (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=1f831dfe25ce66df6404dbc7e2db105998b7cb9f
commit 1f831dfe25ce66df6404dbc7e2db105998b7cb9f
Merge: ec9ea71 0a4d7d8
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 16 13:35:09 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 16 13:35:09 2013 -0400

    Merge topic 'unused-cleanup' into next
    
    0a4d7d8 Remove unused marker for a variable which is now used.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0a4d7d883c1d468e752e8a224a2cfb4a28f3ecf9
commit 0a4d7d883c1d468e752e8a224a2cfb4a28f3ecf9
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Apr 24 13:48:07 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu May 16 19:34:21 2013 +0200

    Remove unused marker for a variable which is now used.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index d14bfca..aa4dfdd 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -5289,7 +5289,6 @@ void cmTarget::ComputeImportInfo(std::string const& desired_config,
                                  ImportInfo& info,
                                  cmTarget *headTarget)
 {
-  (void)headTarget;
   // This method finds information about an imported target from its
   // properties.  The "IMPORTED_" namespace is reserved for properties
   // defined by the project exporting the target.

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list