Skip to content
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

Fix a couple of standards-compliance issues with C99 #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FintasticMan
Copy link

@FintasticMan FintasticMan commented Dec 22, 2024

Doesn't fix the ##__VA_ARGS__ warnings, as they aren't easily solved with pure C99.

This only fixes the issues in the public code, more needs to be done to do the same for the implementation.

I guess this does cause an API change in the form of the Clay_SizingAxis struct being changed slightly, but I think everyone should be using the macros so it shouldn't matter that much.

Doesn't fix the ##__VA_ARGS__ warnings, as they aren't easily solved
with pure C99.
This only fixes the issues in the public code, more needs to be done to
do the same for the implementation.
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.

1 participant