freebsd-dev/usr.sbin/jail
Ed Schouten 7e659f9491 Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
This compiler flag enforces that that people either mark variables
static or use an external declarations for the variable, similar to how
-Wmissing-prototypes works for functions.

Due to the fact that Yacc/Lex generate code that cannot trivially be
changed to not warn because of this (lots of yy* variables), add a
NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this
specific compiler warning.

Announced on:	toolchain@
2013-04-19 19:45:00 +00:00
..
command.c Reverse the order of some implicit commands (FS mounts and ifconfigs) 2013-03-28 21:02:49 +00:00
config.c Reverse the order of some implicit commands (FS mounts and ifconfigs) 2013-03-28 21:02:49 +00:00
jail.8 Warn about filesystem-based attacks. 2012-09-16 15:22:15 +00:00
jail.c Pre-separate IP addresses passed on the command line, so they can be 2012-08-23 01:43:22 +00:00
jail.conf.5 Minor spelling fixes. 2012-06-03 11:29:48 +00:00
jaillex.l
jailp.h Reverse the order of some implicit commands (FS mounts and ifconfigs) 2013-03-28 21:02:49 +00:00
jailparse.y
Makefile Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
state.c