diff options
Diffstat (limited to 'test/test_filesystem.c')
-rw-r--r-- | test/test_filesystem.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_filesystem.c b/test/test_filesystem.c index 18a6efc..5006676 100644 --- a/test/test_filesystem.c +++ b/test/test_filesystem.c @@ -690,6 +690,9 @@ int main(const int argc, char** const argv) { #ifdef __EMSCRIPTEN__ + (void)argc; + (void)argv; + const char* const data_file_path = NULL; #else const char* const data_file_path = argc > 1 ? argv[1] : "build.ninja"; |