You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 building by cmake in Ubuntu20.04
RakNet/Source/ReplicaManager3.cpp:141:63: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 141 | if (GetConnectionByGUID(participantListIn[index], worldId)==false)
The text was updated successfully, but these errors were encountered:
g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
building by cmake in Ubuntu20.04
RakNet/Source/ReplicaManager3.cpp:141:63: error: ISO C++ forbids comparison between pointer and integer
[-fpermissive]
141 | if (GetConnectionByGUID(participantListIn[index], worldId)==false)
The text was updated successfully, but these errors were encountered: