src/CMakeLists: Enforce multiple warnings on MSVC (#5692)
This commit is contained in:
@@ -139,7 +139,8 @@ static void OnNetworkError(const Network::RoomMember::Error& error) {
|
||||
LOG_ERROR(Network, "You have been banned by the host");
|
||||
break;
|
||||
default:
|
||||
LOG_ERROR(Network, "Unknown network error {}", error);
|
||||
LOG_ERROR(Network, "Unknown network error: {}", error);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user