Fix -Wunreachable-code-break

Bug: None

Change-Id: I2bb05b6c4f9c2ec58ffdaa9eff14fd9bf71fccf7
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/18661
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez
2020-04-02 18:09:57 +00:00
committed by Commit Bot service account
parent e8316538e3
commit 9322cc3908
7 changed files with 2 additions and 14 deletions

View File

@@ -654,7 +654,6 @@ namespace dawn_native { namespace opengl {
case Command::EndComputePass: {
mCommands.NextCommand<EndComputePassCmd>();
return;
break;
}
case Command::Dispatch: {
@@ -1013,7 +1012,6 @@ namespace dawn_native { namespace opengl {
}
gl.DeleteFramebuffers(1, &fbo);
return;
break;
}
case Command::SetStencilReference: {