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/cmFileCommand.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/cmFileCommand.cxx')
-rw-r--r-- | Source/cmFileCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 32a539c..c37f5a2 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -1770,6 +1770,7 @@ protected: if (this->Makefile->IsOn("CMAKE_INSTALL_SO_NO_EXE")) { break; } + CM_FALLTHROUGH; case cmInstallType_EXECUTABLE: case cmInstallType_PROGRAMS: this->FilePermissions |= mode_owner_execute; |