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

(cherry picked from commit b58cd2fcc0590122badd493a528ff9b897b51d93)

Details

Provenance
ehauptAuthored on Jul 11 2026, 10:58 AM
Differential Revision
D58135: net/nfstrace: Unbreak build with json-c 0.19
Parents
R11:8ed6c9b6ac2d: net/fort: Update to 1.7.0.experimental
Branches
Unknown
Tags
Unknown