dawn: fix 'control reaches end of non-void function' warning

Change-Id: I8820df29d84df9151f7992677ca7e926d14ecb08
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107240
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Ben Clayton 2022-11-16 14:21:03 +00:00 committed by Dawn LUCI CQ
parent 4b260af672
commit fad31fe74a
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ bool Service::RequiresDedicatedAllocation(const ExternalImageDescriptorVk* descr
// for prefersDA. // for prefersDA.
return dedicatedRequirements.prefersDedicatedAllocation; return dedicatedRequirements.prefersDedicatedAllocation;
} }
DAWN_UNREACHABLE();
} }
} // namespace dawn::native::vulkan::external_memory } // namespace dawn::native::vulkan::external_memory