summaryrefslogtreecommitdiff
path: root/Source/cmDependsJavaLexer.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-04 11:47:04 -0400
committerBrad King <brad.king@kitware.com>2014-04-07 10:10:04 -0400
commit72e137ea7d4912099b469f6a3b0f8913a1ac5a65 (patch)
tree74e2760b90664b3ce3e9e06298c863f2fc11a322 /Source/cmDependsJavaLexer.cxx
parenta43d82dca45322ea2994680fed5394577c3c50f8 (diff)
downloadcmake-72e137ea7d4912099b469f6a3b0f8913a1ac5a65.tar.gz
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.
Diffstat (limited to 'Source/cmDependsJavaLexer.cxx')
-rw-r--r--Source/cmDependsJavaLexer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsJavaLexer.cxx b/Source/cmDependsJavaLexer.cxx
index 1e505a557d..f7676d9c27 100644
--- a/Source/cmDependsJavaLexer.cxx
+++ b/Source/cmDependsJavaLexer.cxx
@@ -1591,7 +1591,7 @@ case YY_STATE_EOF(string):
"fatal flex scanner internal error--no action found" );
} /* end of action switch */
} /* end of scanning one token */
-return 0; /* this should not happen but it silences a warning*/
+return 0; /* this should not happen but it quiets some compilers */
} /* end of cmDependsJava_yylex */
/* yy_get_next_buffer - try to read in a new buffer