freebsd-dev/usr.sbin/jail
John Baldwin 3456659866 jail: Mute -Wunused-but-set-variable for yynerrs.
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
2023-06-20 12:38:20 -07:00
..
tests spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
command.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
config.c jail: add ".include" directive to jail.conf 2023-06-06 17:19:12 -07:00
jail.8 jail.8: Update the allow.nfsd section 2023-03-14 15:28:02 -07:00
jail.c jail: Use re-entrant versions of lex & yacc, and lex's yylineno 2023-06-03 20:07:09 -07:00
jail.conf.5 jail: add ".include" directive to jail.conf 2023-06-06 17:19:12 -07:00
jaillex.l jail: Use re-entrant versions of lex & yacc, and lex's yylineno 2023-06-03 20:07:09 -07:00
jailp.h jail: add ".include" directive to jail.conf 2023-06-06 17:19:12 -07:00
jailparse.y jail: add ".include" directive to jail.conf 2023-06-06 17:19:12 -07:00
Makefile jail: Mute -Wunused-but-set-variable for yynerrs. 2023-06-20 12:38:20 -07:00
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
state.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00