Silence warning in game builds
This commit is contained in:
@@ -77,6 +77,8 @@ bool CommandLine::Parse(const Char* cmdLine)
|
||||
Char* argStart;
|
||||
Char* argEnd;
|
||||
int32 len;
|
||||
(void)argStart;
|
||||
(void)argEnd;
|
||||
|
||||
#define PARSE_BOOL_SWITCH(text, field) \
|
||||
pos = (Char*)StringUtils::FindIgnoreCase(buffer.Get(), TEXT(text)); \
|
||||
|
||||
Reference in New Issue
Block a user