From 49f7c99c7786ce257fae28dfeae2f8ee5810424c Mon Sep 17 00:00:00 2001 From: Branimir Karadžić Date: Wed, 29 Mar 2017 17:09:40 +0200 Subject: Update BGFX and BX (nw) --- 3rdparty/bx/src/debug.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '3rdparty/bx/src/debug.cpp') diff --git a/3rdparty/bx/src/debug.cpp b/3rdparty/bx/src/debug.cpp index 550eef6e5f6..5e52be86e88 100644 --- a/3rdparty/bx/src/debug.cpp +++ b/3rdparty/bx/src/debug.cpp @@ -60,9 +60,11 @@ namespace bx # endif // defined(__OBJC__) #elif 0 // BX_PLATFORM_EMSCRIPTEN emscripten_log(EM_LOG_CONSOLE, "%s", _out); -#else +#elif !BX_CRT_NONE fputs(_out, stdout); fflush(stdout); +#else + BX_UNUSED(_out); #endif // BX_PLATFORM_ } -- cgit v1.2.3-70-g09d2