HomeFreeBSD

net/nfstrace: Fix build with json-c 0.19

Description

net/nfstrace: Fix build with json-c 0.19

json-c 0.19 added static inline accessors to <json-c/linkhash.h>,
which trigger -Wunused-function when building the bundled JSON
analyzer with -Werror.

Suppress the warning by adding -Wno-unused-function to CFLAGS.

Reported by: olgeni
Differential Revision: https://reviews.freebsd.org/D58135

Details

Provenance
ehauptAuthored on Jul 11 2026, 10:58 AM
Differential Revision
D58135: net/nfstrace: Unbreak build with json-c 0.19
Parents
R11:a065e3e4f6b2: sysutils/rubygem-tmuxinator: Update to 3.4.1
Branches
Unknown
Tags
Unknown