-
Notifications
You must be signed in to change notification settings - Fork 2
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
Possible less verbose allocation/deallocation functions ? #2
Comments
What branch are you using? The linux-port branch has no warnings produced when building lrstar, dfa or any of the samples in grammars & examples. The warning level for lrstar & dfa is not as high as for grammars & examples, but I will eventually turn my attention to that and fix any issues that are revealed. |
Sorry by the delay but here is what I found building with |
Commenting out variables is not a practice that will be accepted into this branch. While there is commented-out code in the source tree already, it's not a clean development style when using a SCM. If the code / variables are unused, they need to be removed. |
Get anything that is useful here and forget the rest ! |
Looking at how to eliminate compiler warnings I found that changing the function signatures of allocation/deallocation wrapers can eliminate the warnings like this:
Implementation:
The text was updated successfully, but these errors were encountered: