* Neal Gompa:

> Why C99? Why not C18 instead? If we're going to go through this
> effort, we should ramp up like we did for C++ and bump all the way up
> to the latest published standard.

Getting past C99 is the hardest part because it's not possible (as far
as I can see) to do fully automated reporting for implicit function
declarations.  (Because we don't implement, say, setproctitle, that's
going to show up as a legitimate configure check failure.)

The other issues (e.g., implicit ints, true/falls/bool redefined, () for
variadic parameter lists) are more tractable because those have to be
removed completely.  So their presence is always worth reporting.

Thanks,
Florian
_______________________________________________
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