Lines Matching refs:warnings
9 # Default set of warnings, always enabled
67 # disable pointer signed / unsigned warnings in gcc 4.0
83 # warnings for bounds checks involving those possible values. While
86 # warnings are produced (?!). Using -Walloc-size-larger-than=SIZE_MAX
111 # W=1 - warnings which may be relevant and do not occur too often
157 # W=2 - warnings which occur quite often but may still be relevant
170 # The following turn off the warnings enabled by -Wextra
185 # W=3 - more obscure warnings, can most likely be ignored
204 # The following turn off the warnings enabled by -Wextra
211 # W=e and CONFIG_WERROR - error out on warnings
216 KBUILD_AFLAGS += -Wa,--fatal-warnings
217 KBUILD_LDFLAGS += --fatal-warnings
219 KBUILD_USERLDFLAGS += -Wl,--fatal-warnings
226 KBUILD_HOSTLDFLAGS += -Wl,--fatal-warnings