[Cmake-commits] CMake branch, next, updated. v3.2.2-2806-g3a01910

Stephen Kelly steveire at gmail.com
Sat May 16 10:41:39 EDT 2015


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  3a019101452d94fd9f4a5aafbc10dbbdc1afede9 (commit)
       via  68d739ea92154d4abd0aac2f510fb4c1b4ee466f (commit)
      from  7947734ed51b75b43bd64ec726c29cd2b4de6dec (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=3a019101452d94fd9f4a5aafbc10dbbdc1afede9
commit 3a019101452d94fd9f4a5aafbc10dbbdc1afede9
Merge: 7947734 68d739e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 16 10:41:38 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat May 16 10:41:38 2015 -0400

    Merge topic 'clean-up-cmMakefile' into next
    
    68d739ea cmMakefile: Remove duplicate variable initialization.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=68d739ea92154d4abd0aac2f510fb4c1b4ee466f
commit 68d739ea92154d4abd0aac2f510fb4c1b4ee466f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 16 16:39:36 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat May 16 16:40:49 2015 +0200

    cmMakefile: Remove duplicate variable initialization.

diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 3cebdfb..6c5e61a 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -159,10 +159,6 @@ cmMakefile::cmMakefile(cmLocalGenerator* localGenerator)
   this->Internal->VarUsageStack.push(std::set<std::string>());
   this->Internal->IsSourceFileTryCompile = false;
 
-  // Initialize these first since AddDefaultDefinitions calls AddDefinition
-  this->WarnUnused = false;
-  this->CheckSystemVars = false;
-
   this->GeneratingBuildSystem = false;
   this->SuppressWatches = false;
 

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

Summary of changes:
 Source/cmMakefile.cxx |    4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list