We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b071626 commit 6c3ae44Copy full SHA for 6c3ae44
flang/lib/Semantics/check-omp-structure.cpp
@@ -981,8 +981,6 @@ void OmpStructureChecker::CheckCancellationNest(
981
eligibleCancellation = true;
982
}
983
break;
984
- default:
985
- break;
986
987
if (!eligibleCancellation) {
988
context_.Say(source,
@@ -1028,8 +1026,6 @@ void OmpStructureChecker::CheckCancellationNest(
1028
1026
parser::ToUpperCaseLetters(
1029
1027
parser::OmpCancelType::EnumToString(type)));
1030
1031
1032
1033
1034
1035
0 commit comments