mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 21:07:56 +00:00
core: Silence warnings when compiling without asserts
This commit is contained in:
parent
7ba63cf225
commit
64d9ef5e7a
5 changed files with 11 additions and 8 deletions
|
@ -64,6 +64,7 @@ Network::Type Translate(Type type) {
|
|||
return Network::Type::DGRAM;
|
||||
default:
|
||||
UNIMPLEMENTED_MSG("Unimplemented type={}", type);
|
||||
return Network::Type{};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue