HomeFreeBSD

textproc/scdoc: unbreak build with clang 15

Description

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)

(cherry picked from commit d30ead133df49f67fa29fbcc5cc4be19a2ad6af4)

Details

Provenance
dimAuthored on Dec 9 2022, 3:21 PM
jbeichCommitted on Dec 9 2022, 5:39 PM
Parents
R11:fb0801672f46: lang/ruby31: Update to 3.1.3
Branches
Unknown
Tags
Unknown