Mattia Verga via devel venit, vidit, dixit 2025-01-19 18:19:24:
> I see several of my packages are FTB in the running mass rebuild due to 
> something like:
> 
> error: too many arguments to function ‘DoInterlace’; expected 0, have 1
> 
> Is that due to GCC 15, or is due to some "hardening" setting applied to 
> Fedora flags? Should I start filing bugs upstream?

I don't mind guessing, but you're not giving us much for an "educated"
guess ...

Most probably, it's f() which used to be taken as f(int) when it is
f(void) now but f(int) is used.

Michael
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to