-
Notifications
You must be signed in to change notification settings - Fork 32
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
Eliminate compiler warnings #127
Comments
I'm not sure if we should also try to eliminate |
there are only a few warnings, "-Wunused-matches" and "-Wunused-local-binds". I think these warnings are not critical. If these should be eliminate, I want to do. |
Sure, thanks. But you'll have to fix sweet-egison (not egison itself) to remove the |
I aware removing |
Currently, building Egison code with
-Wall
flag issues a lot of warnings. We should deal with these warnings for improving code sanity.cf. https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/using-warnings.html
The text was updated successfully, but these errors were encountered: