-
Notifications
You must be signed in to change notification settings - Fork 163
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
Warnings/Errors on Windows #321
Comments
I disabled the signed/unsigned mismatch warnings. I cannot see the second kind of warnings in the CI, so I'm assuming you're doing something that triggers them. In that case, please stop doing this.
I'm not supporting building the library with zero warnings, let alone in "warnings as errors" mode. If you're building Boost.Filesystem like this, don't do this. |
The warning gets enabled by
I suggested the "warnings as errors" mode only to ensure CI coverage of the "warning-free feature". I found |
I get a couple issues when compiling on Windows when using Cygwin, MinGW or clang-cl:
Could those be fixed and maybe make the libray build with
-Wall -Werror
? I.e. in B2/Jam:The text was updated successfully, but these errors were encountered: