summarylogtreecommitdiffstats
path: root/strict-prototypes.patch
AgeCommit message (Collapse)Author
2026-03-01Add patch to allow building with strict-prototypestPenguinLTG
GCC 15 switches to building with C23 by default, which removes support for unprototyped functions. This patch is based on screen-editor/se commit e82c110205bb1da3871e0af970533011d4573b78. This issue has already been fixed upstream, but the fix (along with several other changes) have not yet been given a tag.