Skip to content

Conversation

@praschke
Copy link
Contributor

@praschke praschke commented Feb 1, 2023

this patch is from upstream, to fix -Wdeprecated-non-prototypes issues.

K&R-style has apparently been deprecated since even C89, and C2x will be repurposing the syntax space. this warning triggers when the change would affect the meaning of the code.

Closes #13384.

this patch is from upstream, to fix -Wdeprecated-non-prototypes issues.

K&R-style has apparently been deprecated since even C89, and C2x will be
repurposing the syntax space. this warning triggers when the change would
affect the meaning of the code.
@andrewrk
Copy link
Member

andrewrk commented Feb 1, 2023

Thanks!

@andrewrk andrewrk enabled auto-merge (rebase) February 1, 2023 22:29
@andrewrk andrewrk merged commit 72a7e3d into ziglang:master Feb 2, 2023
@praschke praschke deleted the mingw-c2x branch February 2, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

zig cc -target <arch>-windows-gnu produces a large amount of warnings

2 participants