mirror of
https://github.com/SWG-Source/stationapi.git
synced 2026-01-16 23:04:18 -05:00
Fix compiler warning about returns on all code paths
This commit is contained in:
@@ -149,4 +149,6 @@ const char* ToString(ChatResultCode code) {
|
||||
case ChatResultCode::INVALID_INPUT:
|
||||
return "INVALID_INPUT";
|
||||
};
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user