Fix unused variable warning for netconsole project

This commit is contained in:
Kawe Mazidjatari 2023-04-16 01:25:39 +02:00
parent b8035120de
commit 021242ece9

View File

@ -241,8 +241,8 @@ void CoreMsgV(LogType_t logType, LogLevel_t logLevel, eDLL_T context,
eDLL_T overlayContext = context;
#endif // !DEDICATED && !NETCONSOLE
bool bSquirrel = false;
#if !defined (NETCONSOLE)
bool bSquirrel = false;
bool bWarning = false;
bool bError = false;
#endif // !NETCONSOLE