Re: [Xen-devel] [PATCH 3/3] Disable -Wint-in-bool-context

2017-06-27 Thread Jan Beulich
>>> Marek Marczykowski-Górecki 06/27/17 7:35 >>> PM >>> >GCC 7 is too sensitive here. >See https://bugs.debian.org/853710 The issue pointed out in that bug was fixed already without disabling the generally useful warning. That fix has been backported to the 4.8

[Xen-devel] [PATCH 3/3] Disable -Wint-in-bool-context

2017-06-27 Thread Marek Marczykowski-Górecki
GCC 7 is too sensitive here. See https://bugs.debian.org/853710 Signed-off-by: Marek Marczykowski-Górecki --- Config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.mk b/Config.mk index 1ddcd58..7af5af9 100644 --- a/Config.mk +++ b/Config.mk @@