X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Makefile;h=1d0aef03eae7fae72f70016575c2f54502706bbb;hb=e28b124564e648d933337a0708dae1323c518af7;hp=b98a4f70d1b5fc3ca34fa0d4abd646382cbeace7;hpb=33c1f638a0feda92ffcb507c302482a5e6158a87;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index b98a4f70d1b5..1d0aef03eae7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 -PATCHLEVEL = 5 +PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc3 NAME = Blurry Fish Butt # *DOCUMENTATION* @@ -782,6 +782,9 @@ KBUILD_CFLAGS += $(call cc-option,-Werror=strict-prototypes) # Prohibit date/time macros, which would make the build non-deterministic KBUILD_CFLAGS += $(call cc-option,-Werror=date-time) +# enforce correct pointer usage +KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types) + # use the deterministic mode of AR if available KBUILD_ARFLAGS := $(call ar-option,D)