From e290e458b0abddfedeb9007a1d329e8d7b5edfe5 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sun, 14 Feb 2016 10:12:33 -0800 Subject: [PATCH] Platform: Speculative fix for Windows build --- src/platform/commandline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/commandline.c b/src/platform/commandline.c index 2b7899384..557d89f9b 100644 --- a/src/platform/commandline.c +++ b/src/platform/commandline.c @@ -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;