../src/utility/netfile.c:323:6: warning: no previous prototype for function 'netfile_free' [-Wmissing-prototypes]
323 | void netfile_free(void)
| ^
../src/utility/netfile.c:323:1: note: declare 'static' if the function is
not intended to be used outside of this translation unit
323 | void netfile_free(void)
| ^
| static
Main branch, emscripten build: