[flang] Fix a warning
This patch fixes: flang/lib/Semantics/check-do-forall.cpp:731:9: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
This commit is contained in:
parent
7b80489390
commit
224581cf3c
@ -728,9 +728,6 @@ private:
|
||||
typeMismatch("INTEGER");
|
||||
}
|
||||
break;
|
||||
default:
|
||||
supportedIdentifier = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!supportedIdentifier) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user