-
Notifications
You must be signed in to change notification settings - Fork 342
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 failure with GCC 15 (C23) #664
Comments
Also see: #521 |
I assume this is fixed now that #521 was merged. |
Cast warning persists:
I'll update #665 to only fix this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upcoming GCC 15 uses -std=gnu23 by default which makes rsync fail to build.
The issue can be reproduced on older GCC and Clang versions by adding -std=gnu23 (for GCC) and -std=c23 (for Clang) to CFLAGS.
Downstream bug report in Gentoo: https://bugs.gentoo.org/943745
The text was updated successfully, but these errors were encountered: