1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/bluetooth
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
..
ath3kfw Extend ath3kfw to include overridable device / vendor IDs. 2013-04-05 23:42:22 +00:00
bcmfw
bt3cfw
bthidcontrol mdoc: add missing width argument to Bl -tag. 2012-06-03 06:57:47 +00:00
bthidd Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
btpand make sure that socket's send and receive buffers are properly sized 2012-10-18 16:34:00 +00:00
hccontrol mdoc: add missing width argument to Bl -tag. 2012-06-03 06:57:47 +00:00
hcsecd Fix world after byacc import: 2012-05-22 16:33:10 +00:00
hcseriald A number of places in the source tree still reference cuad.* after 2012-12-08 22:16:36 +00:00
l2control mdoc: add missing width argument to Bl -tag. 2012-06-03 06:57:47 +00:00
l2ping Remove contractions. 2013-04-11 18:46:41 +00:00
rfcomm_pppd
sdpcontrol mdoc: add missing width argument to Bl -tag. 2012-06-03 06:57:47 +00:00
sdpd
Makefile
Makefile.inc