HomeFreeBSD

databases/mdbtools: Workaround breakage from llvm15

Description

databases/mdbtools: Workaround breakage from llvm15

parser.c:1035:9: error: variable 'yynerrs' set but not used [-Werror,-Wunused-but-set-variable]

int yynerrs = 0;

The parser code is created at build time. llvm15 complains about the not used variable.
Avoiding llvm15 is just a workaround, until a better solution is around.

Reported by: pkg-fallout

Details

Provenance
rhurlinAuthored on Feb 25 2023, 10:53 AM
Parents
R11:f616e60cdc51: comms/iceoryx: Update to v2.0.3
Branches
Unknown
Tags
Unknown