Re: [PATCH tip v6 2/5] kbuild: Add option to turn incompatible pointer check into error
From: Daniel Wagner <hidden>
Date: 2016-01-29 12:24:05
Also in:
linux-kbuild, lkml
From: Daniel Wagner <hidden>
Date: 2016-01-29 12:24:05
Also in:
linux-kbuild, lkml
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.