mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-29 15:03:32 +08: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