-
Notifications
You must be signed in to change notification settings - Fork 25
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
Build warnings #137
Comments
FWIW this is git checkout bec4df4 on OIC 19.13 to a 19.3 database Linux 5.3.18-lp152.106-preempt [openSUSE Leap 15.2] x86_64 |
could be related to #76 |
It's your gcc version. Version 7+ enables a lot more (C++) warnings when -Wall is passed, see: -Wbool-operation I compiled bec4df4 with gcc 4.8.5 and saw just the usual warnings. |
Pull requests gladly accepted. Even just bitsy ones to chip away at the warnings. |
The text was updated successfully, but these errors were encountered: