Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kbuild: cleanup local -Wno-type-limits exceptions

Now that -Wtype-limits is globally deactivated, there is no need for
local exceptions anymore.

Acked-by: David Sterba <dsterba@suse.com>
Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20251220-remove_wtype-limits-v3-2-24b170af700e@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>

authored by

Vincent Mailhol and committed by
Nathan Chancellor
34a1bd0b 660e8991

-2
-1
drivers/gpu/drm/Makefile
··· 22 22 # The following turn off the warnings enabled by -Wextra 23 23 ifeq ($(findstring 2, $(KBUILD_EXTRA_WARN)),) 24 24 subdir-ccflags-y += -Wno-missing-field-initializers 25 - subdir-ccflags-y += -Wno-type-limits 26 25 subdir-ccflags-y += -Wno-shift-negative-value 27 26 endif 28 27 ifeq ($(findstring 3, $(KBUILD_EXTRA_WARN)),)
-1
fs/btrfs/Makefile
··· 17 17 # The following turn off the warnings enabled by -Wextra 18 18 subdir-ccflags-y += -Wno-missing-field-initializers 19 19 subdir-ccflags-y += -Wno-sign-compare 20 - subdir-ccflags-y += -Wno-type-limits 21 20 subdir-ccflags-y += -Wno-shift-negative-value 22 21 23 22 obj-$(CONFIG_BTRFS_FS) := btrfs.o