On Thu, Jan 26, 2017 at 05:01:22PM +0100, Arnd Bergmann wrote:
On Thu, Jan 26, 2017 at 4:08 PM, Olof's autobuilder build@lixom.net wrote:
Warnings:
1 drivers/isdn/hardware/eicon/platform.h:333:18: warning: array subscript is above array bounds [-Warray-bounds]
I never managed to reproduce this warning. Any idea what is going on here, or which patch fixed it in newer kernels?
does not seem to be fixed, in next-20170125
make allyesconfig make drivers/isdn/hardware/eicon/message.o CC drivers/isdn/hardware/eicon/message.o In file included from drivers/isdn/hardware/eicon/message.c:30:0: drivers/isdn/hardware/eicon/message.c: In function 'mixer_notify_update': drivers/isdn/hardware/eicon/platform.h:333:18: warning: array subscript is above array bounds [-Warray-bounds] *(__le16 *)addr = cpu_to_le16(v);
will issue the above warning
thx! hofrat