Platform: Speculative fix for Windows build
Jeffrey Pfau jeffrey@endrift.com
Sun, 14 Feb 2016 10:12:33 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/commandline.c
→
src/platform/commandline.c
@@ -201,7 +201,7 @@ }
struct Debugger* createDebugger(struct mArguments* opts, struct mCore* core) { #ifndef USE_CLI_DEBUGGER - UNUSED(context); + UNUSED(core); #endif union DebugUnion { struct Debugger d;