-
Notifications
You must be signed in to change notification settings - Fork 37
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
Any suggestions for how to solve compiler warnings in uLisp 4.4? #63
Comments
I think https://stackoverflow.com/a/25327028 provides a pretty good answer for this. It uses |
Thanks for the help. That agrees with some advice I found previously:
However, I've tried defining the variables involved as volatile, and it didn't get rid of the warnings. |
I compiled uLisp again today on a fresh install of arduino & esp core and also got this warning as well as the longjmp warnings:
Weird... |
Actually https://stackoverflow.com/questions/2054939/is-char-signed-or-unsigned-by-default I should probably fix that so the warning cannot appear whatever the definition of |
OK, good to know that |
The new error-handling functions in uLisp 4.4, unwind-protect, ignore-errors, and error work correctly, but cause compiler warnings on all platforms:
Can anyone explain what is causing these, and suggest how to eliminate them?
The text was updated successfully, but these errors were encountered: