diff options
author | Brad King <brad.king@kitware.com> | 2017-06-05 13:43:47 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-06-05 13:43:51 (GMT) |
commit | 8a68a2ceb355621da21983c2571ead15d2b98dea (patch) | |
tree | 2b2f3f2df7816e46a3e949750889a5ab81a39778 /Source/cmExportFileGenerator.cxx | |
parent | 00639f2d5d41bb44f6ead5165b249bcd9e2b95b3 (diff) | |
parent | 8d7b3ef5d42c07dffe1f84af14b0055d288e4376 (diff) | |
download | CMake-8a68a2ceb355621da21983c2571ead15d2b98dea.zip CMake-8a68a2ceb355621da21983c2571ead15d2b98dea.tar.gz CMake-8a68a2ceb355621da21983c2571ead15d2b98dea.tar.bz2 |
Merge topic 'cm_fallthrough'
8d7b3ef5 Provide and use CM_FALLTHROUGH
0068224f C++ feature checks: check output for '[Ww]arning'
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !924
Diffstat (limited to 'Source/cmExportFileGenerator.cxx')
-rw-r--r-- | Source/cmExportFileGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExportFileGenerator.cxx b/Source/cmExportFileGenerator.cxx index 565b84d..972f4b9 100644 --- a/Source/cmExportFileGenerator.cxx +++ b/Source/cmExportFileGenerator.cxx @@ -273,6 +273,7 @@ static bool checkInterfaceDirs(const std::string& prepro, << std::endl; target->GetLocalGenerator()->IssueMessage(cmake::AUTHOR_WARNING, s.str()); + CM_FALLTHROUGH; } case cmPolicies::OLD: shouldContinue = true; |