Skip to content
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

Porting to GCC 14.00 #87

Open
gary9872 opened this issue Jun 6, 2024 · 2 comments
Open

Porting to GCC 14.00 #87

gary9872 opened this issue Jun 6, 2024 · 2 comments

Comments

@gary9872
Copy link

gary9872 commented Jun 6, 2024

GCC 14 has changed certain warning now to errors.

I am unable to compile it anymore

https://gcc.gnu.org/gcc-14/porting_to.html

@gary9872
Copy link
Author

I've figure out a Dirty Hack.

CFLAGS="$CFLAGS $(INCLUDE)-D_GNU_SOURCE -Wno-error=return-mismatch -Wno-error=implicit-function-declaration -Wno-error=int-conversion -Wno-error=incompatible-pointer-types" ./configure

@ingwarsw
Copy link
Owner

Thanks for looking at the issue.
Best idea would be to fix the issues, not disabling the errors (but if you could do that, then its still better than nothing).
I will probably have hard time finding time for looking at it soon, so if you could push it then whole community would be grateful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants