freebsd-dev/sbin/geom/class
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
..
cache
concat Cross-reference gvinum(8) instead of vinum(8). 2013-03-16 22:02:47 +00:00
eli o Typo: IEE -> IEEE. 2013-03-25 12:38:45 +00:00
journal Use tabs for indentation. 2013-01-05 21:52:38 +00:00
label
mirror Cross-reference gvinum(8) instead of vinum(8). 2013-03-16 22:02:47 +00:00
mountver
multipath New command "gmultipath prefer" to force selection of a specified 2012-08-03 14:55:35 +00:00
nop update information about debugging sysctl... 2013-04-14 16:20:25 +00:00
part Remove kernel options from the SYNOPSIS. They are already documented in the 2013-04-11 18:02:42 +00:00
raid Minor rewording. 2013-04-04 10:26:09 +00:00
raid3 Allow to insert new component to geom_raid3 without specifying number. 2013-01-15 10:06:35 +00:00
sched Remove trailing whitespace. 2012-07-30 10:14:37 +00:00
shsec
stripe Remove references to ataraid(4) and atacontrol(8). 2013-04-04 08:45:37 +00:00
virstor Document "destroy" as an alias for "stop". 2012-08-03 20:30:40 +00:00
Makefile
Makefile.inc Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00