mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
kbuild: enable -Wcast-function-type-strict unconditionally
All known function cast warnings are now addressed, so the warning can be enabled globally to catch new ones more quickly. Link: https://lkml.kernel.org/r/20240415122037.1983124-6-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Kees Cook <keescook@chromium.org> Cc: Masahiro Yamada <masahiroy@kernel.org> Cc: Nathan Chancellor <nathan@kernel.org> Cc: Nicolas Schier <nicolas@fjasle.eu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
908dd50827
commit
bd2a70e97a
@ -129,7 +129,6 @@ endif
|
|||||||
KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
|
KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
|
||||||
KBUILD_CFLAGS += -Wno-tautological-constant-out-of-range-compare
|
KBUILD_CFLAGS += -Wno-tautological-constant-out-of-range-compare
|
||||||
KBUILD_CFLAGS += $(call cc-disable-warning, unaligned-access)
|
KBUILD_CFLAGS += $(call cc-disable-warning, unaligned-access)
|
||||||
KBUILD_CFLAGS += $(call cc-disable-warning, cast-function-type-strict)
|
|
||||||
KBUILD_CFLAGS += -Wno-enum-compare-conditional
|
KBUILD_CFLAGS += -Wno-enum-compare-conditional
|
||||||
KBUILD_CFLAGS += -Wno-enum-enum-conversion
|
KBUILD_CFLAGS += -Wno-enum-enum-conversion
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user