wasm: Fix warnings.

This commit is contained in:
Бранимир Караџић
2023-12-14 07:30:15 -08:00
parent 8b23feb80e
commit 03fd6f4771
2 changed files with 8 additions and 1 deletions

View File

@@ -224,6 +224,7 @@ namespace bx
bool result = _NSGetExecutablePath(_out, &len);
return 0 == result;
#else
BX_UNUSED(_out, _inOutSize);
return false;
#endif // BX_PLATFORM_*
}