Re: [PATCH v2 10/13] poison: remove GNUC check

2020-11-26 Thread Peter Maydell
On Thu, 26 Nov 2020 at 11:30, wrote: > > From: Marc-André Lureau > > QEMU requires Clang or GCC, that define and support __GNUC__ extensions > > Signed-off-by: Marc-André Lureau > --- > include/exec/poison.h | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 10/13] poison: remove GNUC check

2020-11-26 Thread marcandre . lureau
From: Marc-André Lureau QEMU requires Clang or GCC, that define and support __GNUC__ extensions Signed-off-by: Marc-André Lureau --- include/exec/poison.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/exec/poison.h b/include/exec/poison.h index 7b9ac361dc..d7ae1f23e7 100644 ---