mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 05:12:07 -05:00
Source: Fix clang -Wimplicit-fallthrough warnings
This commit is contained in:
@@ -120,6 +120,7 @@ bool cmIncludeCommand(std::vector<std::string> const& args,
|
||||
case cmPolicies::WARN:
|
||||
e << cmPolicies::GetPolicyWarning(cmPolicies::CMP0024) << "\n";
|
||||
modal = "should";
|
||||
CM_FALLTHROUGH;
|
||||
case cmPolicies::OLD:
|
||||
break;
|
||||
case cmPolicies::REQUIRED_IF_USED:
|
||||
|
||||
Reference in New Issue
Block a user