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
I.e. the stuff inside add_compile_options which starts with -W.
add_compile_options
-W
The text was updated successfully, but these errors were encountered:
Also: pragma warning silencers, e.g. #pragma warning( disable : 4786 )
#pragma warning( disable : 4786 )
Sorry, something went wrong.
#44 separate flushed controller input counters to get rid of a warning
3165061
#44: fix void* deletion and un-silence warning; add more specific not…
f857f54
…es about other warnings
It seems like the ones silenced with #pragma warning are specific to MSVC.
#pragma warning
No branches or pull requests
I.e. the stuff inside
add_compile_options
which starts with-W
.The text was updated successfully, but these errors were encountered: