/freebsd/usr.sbin/fifolog/lib/ |
H A D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile.inc | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | Makefile.inc | diff 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 D | Makefile | diff 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 D | Makefile | diff 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 D | bsd.sys.mk | diff 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@
|