mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 02:39:11 +00:00
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:
committed by
Commit Bot service account
parent
e8316538e3
commit
9322cc3908
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user