summaryrefslogtreecommitdiff
path: root/textproc/scdoc/files/patch-clang15 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/scdoc: update to 1.11.3Jan Beich2024-02-181-24/+0
| | | | | Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.11.3 Reported by: Repology
* textproc/scdoc: unbreak build with clang 15Dimitry Andric2022-12-091-0/+24
In file included from src/string.c:3: include/str.h:10:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] struct str *str_create(); ^ void src/string.c:15:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] struct str *str_create() { ^ void PR: 268277 Reported by: antoine (via bug 265425 exp-run)