[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4280-gb5fa10f

Bill Hoffman bill.hoffman at kitware.com
Mon Sep 23 12:47:15 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  b5fa10ffc7edabe103808def52ee0efe39fafa6b (commit)
       via  d4fd8fef47915c9bb1604b5b070f2ab15252c88e (commit)
      from  503b63ed9bb8edf3c357e65081b0ee3f2397900e (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=b5fa10ffc7edabe103808def52ee0efe39fafa6b
commit b5fa10ffc7edabe103808def52ee0efe39fafa6b
Merge: 503b63e d4fd8fe
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Sep 23 12:47:11 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 23 12:47:11 2013 -0400

    Merge topic 'add_cache_options_to_ccmake' into next
    
    d4fd8fe Use size_type instead of unsigned int to avoid warndings.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d4fd8fef47915c9bb1604b5b070f2ab15252c88e
commit d4fd8fef47915c9bb1604b5b070f2ab15252c88e
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Sep 23 12:46:24 2013 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Mon Sep 23 12:46:24 2013 -0400

    Use size_type instead of unsigned int to avoid warndings.

diff --git a/Source/CursesDialog/cmCursesOptionsWidget.h b/Source/CursesDialog/cmCursesOptionsWidget.h
index be7d413..b52ac9d 100644
--- a/Source/CursesDialog/cmCursesOptionsWidget.h
+++ b/Source/CursesDialog/cmCursesOptionsWidget.h
@@ -33,7 +33,7 @@ protected:
   cmCursesOptionsWidget(const cmCursesOptionsWidget& from);
   void operator=(const cmCursesOptionsWidget&);
   std::vector<std::string> Options;
-  unsigned int CurrentOption;
+  std::vector<std::string>::size_type CurrentOption;
 };
 
 #endif // __cmCursesOptionsWidget_h

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

Summary of changes:
 Source/CursesDialog/cmCursesOptionsWidget.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list