[Cmake-commits] CMake branch, next, updated. v2.8.2-1035-g6f45b21

Ben Boeckel ben.boeckel at kitware.com
Fri Oct 8 14:10:56 EDT 2010


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  6f45b2191b5a952ad675a5490fd73b893dc8e9a1 (commit)
       via  3f1121f72260789dd61ce947e208aa182341859e (commit)
      from  571446efd45aaf3f214aa2f256e4a8e5c6a81fc2 (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=6f45b2191b5a952ad675a5490fd73b893dc8e9a1
commit 6f45b2191b5a952ad675a5490fd73b893dc8e9a1
Merge: 571446e 3f1121f
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Fri Oct 8 14:10:53 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 8 14:10:53 2010 -0400

    Merge topic 'dev/strict-mode' into next
    
    3f1121f Use a long int since Line is a long as well


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3f1121f72260789dd61ce947e208aa182341859e
commit 3f1121f72260789dd61ce947e208aa182341859e
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Fri Oct 8 13:49:39 2010 -0400
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Fri Oct 8 13:49:39 2010 -0400

    Use a long int since Line is a long as well

diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 15c5370..45599d7 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1779,7 +1779,7 @@ void cmMakefile::CheckForUnused(const char* reason, const char* name) const
   if (this->WarnUnused && !this->VariableUsed(name))
     {
     cmStdString path;
-    int line;
+    long line;
     if (this->CallStack.size())
       {
       const cmListFileContext* file = this->CallStack.back().Context;

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list