diff --git a/src/dawn/native/vulkan/external_memory/MemoryService.cpp b/src/dawn/native/vulkan/external_memory/MemoryService.cpp index 0db58f4a86..02361e21c3 100644 --- a/src/dawn/native/vulkan/external_memory/MemoryService.cpp +++ b/src/dawn/native/vulkan/external_memory/MemoryService.cpp @@ -52,6 +52,7 @@ bool Service::RequiresDedicatedAllocation(const ExternalImageDescriptorVk* descr // for prefersDA. return dedicatedRequirements.prefersDedicatedAllocation; } + DAWN_UNREACHABLE(); } } // namespace dawn::native::vulkan::external_memory