Re: [Xen-devel] [PATCH 4/5] kconfig: disable non-literal format string warnings

2019-06-26 Thread Andrew Cooper
On 26/06/2019 16:20, Roger Pau Monné wrote: > On Wed, Jun 26, 2019 at 08:45:27AM -0600, Jan Beulich wrote: > On 26.06.19 at 15:55, wrote: >>> Kconfig makes heavy use of non-literals as format strings, disable >>> compiler warnings since this is expected usage. >> I've never seen any with any v

Re: [Xen-devel] [PATCH 4/5] kconfig: disable non-literal format string warnings

2019-06-26 Thread Roger Pau Monné
On Wed, Jun 26, 2019 at 08:45:27AM -0600, Jan Beulich wrote: > >>> On 26.06.19 at 15:55, wrote: > > Kconfig makes heavy use of non-literals as format strings, disable > > compiler warnings since this is expected usage. > > I've never seen any with any version of gcc - are there more > aspects to

Re: [Xen-devel] [PATCH 4/5] kconfig: disable non-literal format string warnings

2019-06-26 Thread Jan Beulich
>>> On 26.06.19 at 15:55, wrote: > Kconfig makes heavy use of non-literals as format strings, disable > compiler warnings since this is expected usage. I've never seen any with any version of gcc - are there more aspects to be mentioned here? > Signed-off-by: Roger Pau Monné > --- > Cc: Doug Go

[Xen-devel] [PATCH 4/5] kconfig: disable non-literal format string warnings

2019-06-26 Thread Roger Pau Monne
Kconfig makes heavy use of non-literals as format strings, disable compiler warnings since this is expected usage. Signed-off-by: Roger Pau Monné --- Cc: Doug Goldstein --- xen/tools/kconfig/Makefile.kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/xen/tools/kconfig/Makefile.kco