Skip to content

[builds] Fix -Wstrict-prototypes

Sam James requested to merge thesamesam/freetype:clang-16 into master
  • builds/unix/configure.raw: fix -Wstrict-prototypes. Clang 16 warns on these and they'll be dropped in C23.
  • builds/unix/freetype2.m4: ditto.

Signed-off-by: Sam James sam@gentoo.org

Merge request reports