mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-15 01:26:06 +00:00
GCC is warning that the switch cases do not have a 'default' clause, and so control flow can reach the end of the function, which does not have a return. Change-Id: I45465e7f9547d683ea7eb5f356b80a77e6d95d73 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88310 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>