-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
minizip binaries are built with flags that hide warnings #875
Comments
We would have to know which lines of the code those warnings came from. |
Explicitly disabling a warning is different from "hiding" it. Perhaps it is also worth mentioning what the warnings are:
Reading the second page makes me wonder if the problem is properly understood:
|
Using the minizip vcpkg.
This causes failures in CI when enabling SDL checks (security checks) at Microsoft, so we cannot use the vcpkg as-is.
ioapi.c.obj (minizip.lib) [Explicitly disabled warnings: 4018;4996]
zip.c.obj (minizip.lib) [Explicitly disabled warnings: 4018;4996]
The text was updated successfully, but these errors were encountered: