[Cmake-commits] CMake branch, next, updated. v2.8.9-866-geefe125

Brad King brad.king at kitware.com
Sat Sep 29 08:28:00 EDT 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  eefe125c7a6930201c6910a6ca66be08112bcd5c (commit)
       via  f5c345b870d2ed1366b93b954369fb874f893b2a (commit)
      from  613c4929175b5122ab0792582d04d2c9d1a0b188 (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=eefe125c7a6930201c6910a6ca66be08112bcd5c
commit eefe125c7a6930201c6910a6ca66be08112bcd5c
Merge: 613c492 f5c345b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Sep 29 08:27:57 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Sep 29 08:27:57 2012 -0400

    Merge topic 'export-sets' into next
    
    f5c345b cmExportBuildFileGenerator: Remove unused parameters


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f5c345b870d2ed1366b93b954369fb874f893b2a
commit f5c345b870d2ed1366b93b954369fb874f893b2a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Sep 29 08:26:38 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sat Sep 29 08:27:10 2012 -0400

    cmExportBuildFileGenerator: Remove unused parameters
    
    The implementation of HandleMissingTarget does not need all the
    parameters passed to the virtual method.  Drop their names to avoid
    warnings.

diff --git a/Source/cmExportBuildFileGenerator.cxx b/Source/cmExportBuildFileGenerator.cxx
index 14763d4..fb3f39f 100644
--- a/Source/cmExportBuildFileGenerator.cxx
+++ b/Source/cmExportBuildFileGenerator.cxx
@@ -136,8 +136,8 @@ cmExportBuildFileGenerator
 //----------------------------------------------------------------------------
 void
 cmExportBuildFileGenerator::HandleMissingTarget(
-  std::string& link_libs, std::vector<std::string>& missingTargets,
-  cmMakefile* mf, cmTarget* depender, cmTarget* dependee)
+  std::string& link_libs, std::vector<std::string>&,
+  cmMakefile*, cmTarget* depender, cmTarget* dependee)
 {
   // The target is not in the export.
   if(!this->AppendMode)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list