-
Notifications
You must be signed in to change notification settings - Fork 93
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
-Wincompatible-pointer-types
is now an error
#411
Comments
Same problem here. |
Adding "-fpermissive" to the end of the CFLAGS line in the Makefile allowed me to compile.
|
What gcc version is this? I build with v.13.2 for x86_64-libc and I cant trigger it. |
I'm using gcc 14.1.1 20240720 See the '-fpermisive' section here: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html which specifically mentions '-Wincompatible-pointer-types' |
hi guys, thanks so much but i install using flatpak |
Hi,
GCC seems to have adjusted their handling with
-Wincompatible-pointer-types
. What has been a warning is now an error:The text was updated successfully, but these errors were encountered: