mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
5111b40cb9
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 |
||
---|---|---|
.. | ||
files | ||
distinfo | ||
Makefile | ||
pkg-descr | ||
pkg-plist |