[12/14] [4] c++ src/game/server/entities/flag.cpp
In file included from src/game/gamecore.h:12:0,
from src/game/server/gamecontext.cpp:11:
build/src/generated/protocol.h: In member function 'void CGameContext::SendChat(int, int, int, const char*, int)':
build/src/generated/protocol.h:424:30: warning: 'Msg.CNetMsg_Sv_Chat::m_TargetID' may be used uninitialized in this function [-Wmaybe-uninitialized]
pPacker->AddInt(m_TargetID);
^
src/game/server/gamecontext.cpp:208:18: note: 'Msg.CNetMsg_Sv_Chat::m_TargetID' was declared here
CNetMsg_Sv_Chat Msg;
m_TargetID
was already declaredconnect localhost
#define GAME_NETVERSION "0.7 802f1be60a05665f"
(edited)