(Win32) Hide this warning so that a terminal window doesn't stay open

This commit is contained in:
twinaphex 2015-01-31 06:01:27 +01:00
parent 062e1e7eab
commit 3a5c2c9da5

View File

@ -162,8 +162,10 @@ static const gfx_ctx_driver_t *gfx_ctx_init(void *data,
return ctx;
}
#ifndef _WIN32
RARCH_WARN("Failed to bind API (#%u, version %u.%u) on context driver \"%s\".\n",
(unsigned)api, major, minor, ctx->ident);
#endif
return NULL;
}