ed 120125784a 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-01-29 20:01:47 +00:00
2011-12-11 20:53:12 +00:00
2011-05-13 16:29:57 +00:00
2013-03-15 20:12:54 +00:00
2012-02-22 03:36:15 +00:00
2013-04-03 19:19:45 +00:00
2009-06-23 23:30:56 +00:00
2012-05-12 02:49:40 +00:00
2012-12-28 22:06:33 +00:00
2013-03-15 20:12:54 +00:00
2013-03-15 20:12:54 +00:00
2011-02-04 16:40:50 +00:00
2013-03-15 20:12:54 +00:00
2013-03-15 20:12:54 +00:00
2010-02-15 14:07:40 +00:00
2013-03-15 20:12:54 +00:00
2012-07-15 21:12:22 +00:00
2010-09-13 01:29:51 +00:00