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
..
2013-04-11 18:46:41 +00:00
2013-03-04 02:21:31 +00:00
2012-11-29 05:16:50 +00:00
2011-11-06 20:39:35 +00:00
2013-04-11 19:05:24 +00:00
2012-05-12 15:08:22 +00:00
2013-04-11 18:46:41 +00:00
2013-04-11 18:46:41 +00:00
2012-05-17 11:50:12 +00:00
2012-09-29 16:42:01 +00:00
2013-01-01 18:28:21 +00:00
2013-01-31 08:55:21 +00:00
2012-01-13 06:56:59 +00:00
2013-03-19 21:40:14 +00:00
2012-11-15 15:06:21 +00:00