Web Audio: Fix compiler errors when using the -std=c99 switch.

This commit is contained in:
David Reid
2018-12-31 08:07:14 +10:00
parent 2aa05be5c6
commit 4b1c70e4d2
2 changed files with 30 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html -s WASM=0
emcc ./mal_test_0.c -o ./bin/mal_test_0_emscripten.html -s WASM=0 -std=c99