mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix unhandled enumerants in switch statement
This commit is contained in:
parent
f62092d6f2
commit
a2bb707902
@ -308,6 +308,8 @@ string CRConClient::Serialize(const string& svReqBuf, const string& svReqVal, co
|
||||
cl_request.set_requestmsg(svReqBuf);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return cl_request.SerializeAsString();
|
||||
}
|
||||
|
@ -283,6 +283,8 @@ void CoreMsgV(LogType_t logType, LogLevel_t logLevel, eDLL_T context,
|
||||
bWarning = true;
|
||||
break;
|
||||
#endif // !NETCONSOLE
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user