-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
configure: do not set -Wformat=2 for mingw debug builds #6082
New issue
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
Conversation
|
As this is a bug specific to GCC 10, I'd rather at least leave it on on older versions, wouldn't you? |
|
Or can we maybe do that only for that one file where the specific warning cannot be disabled? |
|
Let me try that... |
462b357 to
e2af803
Compare
|
Seems to work. Now we're back to our regular set of flaky test results... π |
Great!
Which I am hardly trying to solve... π§βπ |
With GCC 10 (at least) on mingw, we get false positive warnings
when using this option. Never use it for mingw.
Fixes #6079