We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emscripten's 3.1.9 clang is again more strict. In #68765 I silence these warning temporarily with:
-Wno-strict-prototypes -Wno-unused-but-set-variable
We should properly fix them.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
arch-wasm, area-Build-mono
arch-wasm
area-Build-mono
Sorry, something went wrong.
[wasm] Fix no-unused-but-set-variable warnings
09644df
And enable it again. This fixes part of dotnet#69142
Zoltan thinks these are harmless, so lets keep them disabled.
radekdoulik
No branches or pull requests
Emscripten's 3.1.9 clang is again more strict. In #68765 I silence these warning temporarily with:
We should properly fix them.
The text was updated successfully, but these errors were encountered: