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

can't compile with strict C99 flags #5

Open
chriscamacho opened this issue Mar 9, 2021 · 1 comment
Open

can't compile with strict C99 flags #5

chriscamacho opened this issue Mar 9, 2021 · 1 comment

Comments

@chriscamacho
Copy link

chriscamacho commented Mar 9, 2021

There seems to be issues with anonymous unions and also with casting function pointers to void*

here are the flags I use

CFLAGS:= -Wfatal-errors -pedantic -Wall -Wextra -Werror -std=c99

While this might seem over fussy, its saved me countless hours of debugging frustration!

@RokerHRO
Copy link

RokerHRO commented Apr 8, 2024

It seems to be the same problem as in another expression parser:
codeplea/tinyexpr#47

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

No branches or pull requests

2 participants