core: Silence warnings when compiling without asserts
This commit is contained in:
parent
2a6e6306d8
commit
4f13e270c8
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