We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
It seems to be the same problem as in another expression parser: codeplea/tinyexpr#47
Sorry, something went wrong.
No branches or pull requests
There seems to be issues with anonymous unions and also with casting function pointers to void*
here are the flags I use
While this might seem over fussy, its saved me countless hours of debugging frustration!
The text was updated successfully, but these errors were encountered: