Re: [PATCH] isdn: avm: Fix string plus integer warning from Clang

2019-01-08 Thread Nathan Chancellor
On Tue, Jan 08, 2019 at 09:50:39AM -0800, Nick Desaulniers wrote: > On Mon, Jan 7, 2019 at 9:07 PM Nathan Chancellor > wrote: > > > > A recent commit in Clang expanded the -Wstring-plus-int warning, showing > > some odd behavior in this file. > > > > drivers/isdn/hardware/avm/b1.c:426:30: warning:

Re: [PATCH] isdn: avm: Fix string plus integer warning from Clang

2019-01-08 Thread Nick Desaulniers
On Mon, Jan 7, 2019 at 9:07 PM Nathan Chancellor wrote: > > A recent commit in Clang expanded the -Wstring-plus-int warning, showing > some odd behavior in this file. > > drivers/isdn/hardware/avm/b1.c:426:30: warning: adding 'int' to a string does > not append to the string [-Wstring-plus-int] >