Home
last modified time | relevance | path

Searched hist:"7 e659f9491705cacb49bd0154b1c23704f55ed0d" (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.sbin/fifolog/lib/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.bin/bzip2recover/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.sbin/auditdistd/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.bin/indent/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.sbin/bluetooth/bthidd/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.sbin/bsnmpd/modules/
H A DMakefile.incdiff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/sbin/gbde/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/sbin/hastctl/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/bin/expr/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/sbin/md5/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/sbin/hastd/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.bin/m4/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.bin/ar/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.bin/find/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/lib/csu/
H A DMakefile.incdiff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.sbin/jail/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/usr.sbin/config/
H A DMakefilediff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@
/freebsd/share/mk/
H A Dbsd.sys.mkdiff 7e659f9491705cacb49bd0154b1c23704f55ed0d Fri Apr 19 21:45:00 CEST 2013 Ed Schouten <ed@FreeBSD.org> 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@