From 7c2b232220981fe2eed7c118b7b8c52a66b20736 Mon Sep 17 00:00:00 2001 From: Branimir Karadzic Date: Fri, 17 Oct 2014 21:39:26 -0700 Subject: [PATCH] Fixed clang build. --- src/bgfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 60c55a005..5a2fba93e 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -1332,7 +1332,7 @@ namespace bgfx VER_SET_CONDITION(cond, VER_MINORVERSION, VER_GREATER_EQUAL); return !!VerifyVersionInfoA(&ovi, VER_MAJORVERSION | VER_MINORVERSION, cond); #else - BX_UNUSED(_winver); + BX_UNUSED(_version); return false; #endif // BX_PLATFORM_WINDOWS }