1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/textproc/scdoc
Dimitry Andric d30ead133d textproc/scdoc: unbreak build with clang 15
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)
2022-12-09 17:32:07 +00:00
..
files textproc/scdoc: unbreak build with clang 15 2022-12-09 17:32:07 +00:00
distinfo
Makefile
pkg-descr