Handle all enum values in switch

This commit is contained in:
baldurk
2019-05-23 10:29:12 +01:00
parent 5b6b723428
commit 69e55628c2
+1
View File
@@ -214,6 +214,7 @@ struct TestMetadata
case TestAPI::Vulkan: return "VK";
case TestAPI::OpenGL: return "GL";
case TestAPI::D3D12: return "D3D12";
case TestAPI::Count: break;
}
return "???";