Re: [ptxdist] [PATCH] kconfig: fix warnings on format

2019-01-02 Thread Michael Olbrich
On Tue, Dec 18, 2018 at 01:26:37PM +, Denis OSTERLAND wrote: > Am Mittwoch, den 12.12.2018, 14:06 + schrieb Denis OSTERLAND: > > Am Mittwoch, den 12.12.2018, 14:29 +0100 schrieb Michael Olbrich: > > > > > > On Wed, Dec 12, 2018 at 10:31:27AM +, Denis OSTERLAND wrote: > > > > > > > >

Re: [ptxdist] [PATCH] kconfig: fix warnings on format

2018-12-18 Thread Denis OSTERLAND
Hi, Am Mittwoch, den 12.12.2018, 14:06 + schrieb Denis OSTERLAND: > Hi, > > Am Mittwoch, den 12.12.2018, 14:29 +0100 schrieb Michael Olbrich: > > > > On Wed, Dec 12, 2018 at 10:31:27AM +, Denis OSTERLAND wrote: > > > > > > > > > Fixes warnings like: > > > conf.c:79:3: warning: format

Re: [ptxdist] [PATCH] kconfig: fix warnings on format

2018-12-12 Thread Denis OSTERLAND
Hi, Am Mittwoch, den 12.12.2018, 14:29 +0100 schrieb Michael Olbrich: > On Wed, Dec 12, 2018 at 10:31:27AM +, Denis OSTERLAND wrote: > > > > Fixes warnings like: > > conf.c:79:3: warning: format not a string literal and no format arguments > > [-Wformat-security] > >    

Re: [ptxdist] [PATCH] kconfig: fix warnings on format

2018-12-12 Thread Michael Olbrich
On Wed, Dec 12, 2018 at 10:31:27AM +, Denis OSTERLAND wrote: > Fixes warnings like: > conf.c:79:3: warning: format not a string literal and no format arguments > [-Wformat-security] >printf(_("aborted!\n\n")); >^ Can you elaborate what triggers this? I don't get this warning here.

[ptxdist] [PATCH] kconfig: fix warnings on format

2018-12-12 Thread Denis OSTERLAND
Fixes warnings like: conf.c:79:3: warning: format not a string literal and no format arguments [-Wformat-security] printf(_("aborted!\n\n")); ^ Signed-off-by: Denis Osterland --- scripts/kconfig/lkc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/kconfig/lkc.h