Skip to content

Conversation

@philtyl
Copy link
Contributor

@philtyl philtyl commented Jan 27, 2023

https://www9.open-std.org/jtc1/sc22/wg14/www/docs/n2841.htm

error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]

@philtyl
Copy link
Contributor Author

philtyl commented Jan 27, 2023

This PR fixes the deprecated usages becoming errors in clang15

vc_vector also has the same issues, this PR fixes them but the owner contribution activity is sparse so I'm not sure if you want to wait for the changes to be made upstream before bringing them into fado
skogorev/vc_vector#5

@philtyl philtyl changed the title https://www9.open-std.org/jtc1/sc22/wg14/www/docs/n2841.htm Fix deprecations becoming errors in clang 15 Jan 27, 2023
```
error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
```
Copy link
Owner

@EllipticEllipsis EllipticEllipsis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like touching the subrepo on principle, but given that this library doesn't get updated very often (and I don't use any other features of it), it's probably best for now.

@EllipticEllipsis EllipticEllipsis merged commit 8d896ee into EllipticEllipsis:master Jan 30, 2023
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.

2 participants