We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801ccdb commit ca03174Copy full SHA for ca03174
Makefile
@@ -773,9 +773,6 @@ KBUILD_CFLAGS += $(call cc-option,-Werror=strict-prototypes)
773
# Prohibit date/time macros, which would make the build non-deterministic
774
KBUILD_CFLAGS += $(call cc-option,-Werror=date-time)
775
776
-# enforce correct pointer usage
777
-KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
778
-
779
# use the deterministic mode of AR if available
780
KBUILD_ARFLAGS := $(call ar-option,D)
781
0 commit comments