-
Notifications
You must be signed in to change notification settings - Fork 0
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
Some possible bugs after eliminating several warnings #2
Comments
Using the test script from the original distribution I'm getting:
test.pl
Executing tests from the root folder:
|
"-Wall -Wextra" certainly gives a lot of warnings, because the original code is written for the c++98 standard, if even for it. These changes are welcome. The changes that appear in the diffs look good. However, I was not able to patch them automatically with any command. Could you submit your changes with a pull request or submit a new patch that works with the That test script needs to be re-enabled in this project. Those failed tests are a serious problem. I will look at this once these changes have been added. |
Here is the output of |
Adding "-Wall -Wextra" compiler flags I fixed several warnings and some possible bugs showed up too see bellow:
Possible bugs:
Full list of fixes:
The text was updated successfully, but these errors were encountered: