summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-05 13:43:47 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-06-05 13:43:51 (GMT)
commit8a68a2ceb355621da21983c2571ead15d2b98dea (patch)
tree2b2f3f2df7816e46a3e949750889a5ab81a39778 /Source/cmExportFileGenerator.cxx
parent00639f2d5d41bb44f6ead5165b249bcd9e2b95b3 (diff)
parent8d7b3ef5d42c07dffe1f84af14b0055d288e4376 (diff)
downloadCMake-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.cxx1
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;