[Cmake-commits] CMake branch, next, updated. v3.5.0-rc2-117-ge163cb5
Brad King
brad.king at kitware.com
Thu Feb 11 13:39:16 EST 2016
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 e163cb5d65ea5c31d33ad543e25f8b984bc62e10 (commit)
via e1ea1df07ec6c5a5514cad2ca44bbef9bd41c587 (commit)
from d8d3f4de5032f005548a6651904f9041865181d0 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e163cb5d65ea5c31d33ad543e25f8b984bc62e10
commit e163cb5d65ea5c31d33ad543e25f8b984bc62e10
Merge: d8d3f4d e1ea1df
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 11 13:39:15 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 11 13:39:15 2016 -0500
Merge topic 'fix-warnings' into next
e1ea1df0 cmListFileCache: Fix warning about inconsistent use of class/struct
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e1ea1df07ec6c5a5514cad2ca44bbef9bd41c587
commit e1ea1df07ec6c5a5514cad2ca44bbef9bd41c587
Author: Tobias Hunger <tobias.hunger at gmail.com>
AuthorDate: Thu Feb 11 17:47:42 2016 +0100
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Feb 11 13:38:02 2016 -0500
cmListFileCache: Fix warning about inconsistent use of class/struct
Exposed by Clang trunk.
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index 03e0abe..4d3055f 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -58,8 +58,9 @@ struct cmListFileArgument
long Line;
};
-struct cmListFileContext
+class cmListFileContext
{
+public:
std::string Name;
std::string FilePath;
long Line;
-----------------------------------------------------------------------
Summary of changes:
Source/cmListFileCache.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list