mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed compiler warning.
This commit is contained in:
parent
069de61bdb
commit
1cf70cbcdd
1 changed files with 1 additions and 1 deletions
|
@ -1361,7 +1361,7 @@ namespace bgfx
|
|||
VER_SET_CONDITION(cond, VER_MINORVERSION, s_condition[_op]);
|
||||
return !!VerifyVersionInfoA(&ovi, VER_MAJORVERSION | VER_MINORVERSION, cond);
|
||||
#else
|
||||
BX_UNUSED(_version);
|
||||
BX_UNUSED(_op, _version);
|
||||
return false;
|
||||
#endif // BX_PLATFORM_WINDOWS
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue