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.
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.