Skip to content

Avoid breakage with Clang 16/future GCC

Carlos & requested to merge capezotte/gegl:master into master

GEGL currently doesn't build with "modern C" settings, so this MR makes two simple changes:

  • Removes a duplicate, soon-to-be conflicting ctx_font_setup declaration from ctx.h
  • Adds void to empty prototypes.

Originally reported at https://bugs.gentoo.org/883313

Merge request reports