mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
wasm: Fix warnings.
This commit is contained in:
@@ -224,6 +224,7 @@ namespace bx
|
||||
bool result = _NSGetExecutablePath(_out, &len);
|
||||
return 0 == result;
|
||||
#else
|
||||
BX_UNUSED(_out, _inOutSize);
|
||||
return false;
|
||||
#endif // BX_PLATFORM_*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user