Lines Matching full:warnings
9 # Default set of warnings, always enabled
69 # disable pointer signed / unsigned warnings in gcc 4.0
85 # warnings for bounds checks involving those possible values. While
88 # warnings are produced (?!). Using -Walloc-size-larger-than=SIZE_MAX
113 # W=1 - warnings which may be relevant and do not occur too often
162 # W=2 - warnings which occur quite often but may still be relevant
175 # The following turn off the warnings enabled by -Wextra
191 # W=3 - more obscure warnings, can most likely be ignored
210 # The following turn off the warnings enabled by -Wextra
217 # W=e and CONFIG_WERROR - error out on warnings
222 KBUILD_AFLAGS += -Wa,--fatal-warnings
223 KBUILD_LDFLAGS += --fatal-warnings
225 KBUILD_USERLDFLAGS += -Wl,--fatal-warnings
232 KBUILD_HOSTLDFLAGS += -Wl,--fatal-warnings