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  9106b74f5598e01792437b529d58f9f9bd676c67 (commit)
       via  621c2bc0ef101996aad324e47c723e00a56a38b9 (commit)
      from  11c7c6213a64825b3cd914cfdf0131e9c2dd3f4d (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=9106b74f5598e01792437b529d58f9f9bd676c67
commit 9106b74f5598e01792437b529d58f9f9bd676c67
Merge: 11c7c62 621c2bc
Author:     Brad King <[email protected]>
AuthorDate: Mon Apr 7 10:09:03 2014 -0400
Commit:     CMake Topic Stage <[email protected]>
CommitDate: Mon Apr 7 10:09:03 2014 -0400

    Merge topic 'suppress-warning-in-comment' into next
    
    621c2bc0 Re-word comment on unreachable return statements


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=621c2bc0ef101996aad324e47c723e00a56a38b9
commit 621c2bc0ef101996aad324e47c723e00a56a38b9
Author:     Brad King <[email protected]>
AuthorDate: Mon Apr 7 10:07:26 2014 -0400
Commit:     Brad King <[email protected]>
CommitDate: Mon Apr 7 10:07:26 2014 -0400

    Re-word comment on unreachable return statements
    
    Do not use the word "warning" in the comment because CTest launchers
    match it and CTestCustom.cmake.in does not suppress it.

diff --git a/Source/cmCommandArgumentLexer.cxx 
b/Source/cmCommandArgumentLexer.cxx
index e62e53e..e23ef8a 100644
--- a/Source/cmCommandArgumentLexer.cxx
+++ b/Source/cmCommandArgumentLexer.cxx
@@ -1069,7 +1069,7 @@ case YY_STATE_EOF(NOESCAPES):
                         "fatal flex scanner internal error--no action found" );
         } /* end of action switch */
                 } /* end of scanning one token */
-return 0; /* this should not happend but it should silence a warning */
+return 0; /* this should not happen but it quiets some compilers */
 } /* end of cmCommandArgument_yylex */
 
 /* yy_get_next_buffer - try to read in a new buffer

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

Summary of changes:
 Source/cmCommandArgumentLexer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to