Re: [PATCH tip v6 2/5] kbuild: Add option to turn incompatible pointer check into error

From: Daniel Wagner
Date: Fri Jan 29 2016 - 07:24:09 EST


On 01/28/2016 03:44 PM, Daniel Wagner wrote:
> +# enforce correct pointer usage
> +KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
> +

As it turns out there are a few fallouts by that one. I'll send fixes
for it.