Re: [Spice-devel] [spice-common 8/8] log: Let gcc know about the logging macros which abort

2019-03-29 Thread Frediano Ziglio
> On Thu, Mar 28, 2019 at 02:02:58PM -0400, Frediano Ziglio wrote: > > > > > > The for(;;) hack was taken from glib's logging macros. > > > > > > Signed-off-by: Christophe Fergeau > > > --- > > > common/log.h | 8 > > > 1 file changed, 8 insertions(+) > > > > > > diff --git

Re: [Spice-devel] [spice-common 8/8] log: Let gcc know about the logging macros which abort

2019-03-29 Thread Christophe Fergeau
On Thu, Mar 28, 2019 at 02:02:58PM -0400, Frediano Ziglio wrote: > > > > The for(;;) hack was taken from glib's logging macros. > > > > Signed-off-by: Christophe Fergeau > > --- > > common/log.h | 8 > > 1 file changed, 8 insertions(+) > > > > diff --git a/common/log.h b/common/log.h

Re: [Spice-devel] [spice-common 8/8] log: Let gcc know about the logging macros which abort

2019-03-28 Thread Frediano Ziglio
> > The for(;;) hack was taken from glib's logging macros. > > Signed-off-by: Christophe Fergeau > --- > common/log.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/common/log.h b/common/log.h > index 7c67e7a..b397306 100644 > --- a/common/log.h > +++ b/common/log.h > @@

[Spice-devel] [spice-common 8/8] log: Let gcc know about the logging macros which abort

2019-03-28 Thread Christophe Fergeau
The for(;;) hack was taken from glib's logging macros. Signed-off-by: Christophe Fergeau --- common/log.h | 8 1 file changed, 8 insertions(+) diff --git a/common/log.h b/common/log.h index 7c67e7a..b397306 100644 --- a/common/log.h +++ b/common/log.h @@ -20,6 +20,7 @@ #include