mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
Header uses a lot of macro magic to generate correct interopt. This includes usage C functions with empty arg lists to use as polymorphic functions. C23 fails this usage. Can't be fixed without large amounts of macro modifications. Best to mark as C17 so tests run. Closes: https://bugs.gentoo.org/963032 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Part-of: https://github.com/gentoo/gentoo/pull/45904 Closes: https://github.com/gentoo/gentoo/pull/45904 Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>