Platform: Speculative fix for Windows build

This commit is contained in:
Jeffrey Pfau 2016-02-14 10:12:33 -08:00
parent 4fca30b73d
commit e290e458b0
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ void _applyGraphicsArgs(struct mSubParser* parser, struct mCoreConfig* config) {
struct Debugger* createDebugger(struct mArguments* opts, struct mCore* core) {
#ifndef USE_CLI_DEBUGGER
UNUSED(context);
UNUSED(core);
#endif
union DebugUnion {
struct Debugger d;