-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
botcmd.c:1155:9: error: too many arguments to function ‘f’; expected 0, have 3 #1740
Comments
thanks for reporting, i also saw it with bleeding edge gcc-15-20250112 just 3 days ago, but i didnt expect the Issue to materialize yet. Workaround is to use |
probably related to |
I'm the maintainer of the eggdrop package in Fedora, and currently the mass-rebuild for Fedora 42 takes place, where the eggdrop rebuild failed. This might be C23 related, given some other reports for some other packages. Main goal was to make you as upstream aware of it. |
Found by: robert-scheck Patch by: michaelortmann Fixes: #1740 GCC 15 changes the default language version for C compilation from -std=gnu17 to -std=gnu23. See https://gcc.gnu.org/gcc-15/changes.html
Building Eggdrop v1.10.0 from the release tarball on Fedora Rawhide using GCC 15 fails like this:
The text was updated successfully, but these errors were encountered: