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

V1: Revert "Data: Switch to using C11 style static assert." #242

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

tlsa
Copy link
Owner

@tlsa tlsa commented Aug 26, 2024

Apply #232 for v1 branch.

This reverts commit a05e7db.

Unfortunatly some versions of some platforms' C library
headers don't provide the C11 static_assert macro wrapper
for _Static_assert.

Rather than hacking around it, this reverts to using a
C89-compatible static assertion macro.

Fixes #230
@tlsa tlsa merged commit 087750d into main-v1 Aug 26, 2024
10 checks passed
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