-
Notifications
You must be signed in to change notification settings - Fork 46
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
GCC 14 compiler error, int-conversion #23
Comments
Please add "-Wint-conversion" to Line 38 of file CMakeLists.txt and try again. |
@idealeer Are you recommending as workaround or test of potential solution? Unless this project is discontinued, best solution would be to adjust source (change NULL to 0) because future compiler releases will be more strict. |
thx, will do the improvement |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GCC 14.1.1. Some warnings now considered errors.
The text was updated successfully, but these errors were encountered: