-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
zig cc -target <arch>-windows-gnu
produces a large amount of warnings
#13384
Comments
what is the content of |
Anything, e.g. |
a comment on #12087 mistook the addition of the
as other |
the set of four warnings at the bottom was addressed by mingw in November 2022. the cause is deprecated K&R-style function definitions in each file.
|
actually, that would be silly. that issue is tracking musl's issue, which looks more involved than mingw's. mingw has already been fixed upstream, too. |
Zig Version
0.10.0
Steps to Reproduce and Observed Behavior
Building for any
<arch>-windows-gnu
target, where<arch>
isi386
,x86_64
, oraarch64
results in a large amount of warnings:Log
These were not produced in 0.9.1.
Expected Behavior
No warnings.
The text was updated successfully, but these errors were encountered: