-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[BUG] fails to compile on windows with clang-18 / clang-19 #1877
Comments
Please, remove Werror flag from build, because new warnings / new enabled warnings broke compilation |
thanks for the report. which compiler/OS are you on? and which version of benchmark are you building? the warnings/errors exist to provide information about possible mistakes, so removing it doesn't really help. i'd rather take the opportunity to fix the problem. if folks read warnings we could totally rely on them but... |
in this case, we're getting burned (finally) for using we could remove the |
I used 1.71 on windows with clang-18/19, it seems to be fixed in 1.9.0, but i dont think its 'invalid' warning |
yes i'm not sure it's invalid either, but this at least unblocks us until this becomes an error. i'm open to hearing ideas for how to capture the spirit of the check in another way. |
error:
The text was updated successfully, but these errors were encountered: