mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
This is in the generated parser when using %pure-parser.
y.tab.c:382:14: error: variable 'yynerrs' set but not used [-Werror,-Wunused-but-set-variable]
int yynerrs;
^
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D40671
|
||
|---|---|---|
| .. | ||
| tests | ||
| command.c | ||
| config.c | ||
| jail.8 | ||
| jail.c | ||
| jail.conf.5 | ||
| jaillex.l | ||
| jailp.h | ||
| jailparse.y | ||
| Makefile | ||
| Makefile.depend | ||
| state.c | ||