mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 04:27:53 -05:00
core: Silence warnings when compiling without asserts
This commit is contained in:
@ -64,6 +64,7 @@ Network::Type Translate(Type type) {
|
||||
return Network::Type::DGRAM;
|
||||
default:
|
||||
UNIMPLEMENTED_MSG("Unimplemented type={}", type);
|
||||
return Network::Type{};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user