mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed unused variable warning.
This commit is contained in:
parent
43b73ae0e7
commit
1def740a7c
1 changed files with 1 additions and 0 deletions
|
@ -1332,6 +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);
|
||||
return false;
|
||||
#endif // BX_PLATFORM_WINDOWS
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue