[Cmake-commits] CMake branch, next, updated. v3.7.1-1700-gaaa7759

Daniel Pfeifer daniel at pfeifer-mail.de
Sun Dec 11 15:42:55 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  aaa775916df2d1dbe5e09c91d0238f8271978c7c (commit)
       via  b046f1f16171e79d4877e96dedd2176a682529f2 (commit)
      from  19cdfe464bf366f900aea1d6b60b506b96bd850f (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=aaa775916df2d1dbe5e09c91d0238f8271978c7c
commit aaa775916df2d1dbe5e09c91d0238f8271978c7c
Merge: 19cdfe4 b046f1f
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Sun Dec 11 15:42:53 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Dec 11 15:42:53 2016 -0500

    Merge topic 'rebuild-lexers' into next
    
    b046f1f1 fixup! Regenerate lexer source code


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b046f1f16171e79d4877e96dedd2176a682529f2
commit b046f1f16171e79d4877e96dedd2176a682529f2
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Sun Dec 11 21:42:24 2016 +0100
Commit:     Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Sun Dec 11 21:42:24 2016 +0100

    fixup! Regenerate lexer source code

diff --git a/Source/cmStandardLexer.h b/Source/cmStandardLexer.h
index f906e47..1790aae 100644
--- a/Source/cmStandardLexer.h
+++ b/Source/cmStandardLexer.h
@@ -23,6 +23,7 @@
 #if !defined(__INTEL_COMPILER)
 #pragma GCC diagnostic ignored "-Wconversion"
 #pragma GCC diagnostic ignored "-Wsign-compare"
+#pragma GCC diagnostic ignored "-Wsign-conversion"
 #endif
 #endif
 

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

Summary of changes:
 Source/cmStandardLexer.h |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list