Re: [PATCH] gdbus: move typedefs for interwork with strict compilers

2015-10-21 Thread Grant Erickson
On Oct 21, 2015, at 8:40 AM, connman-requ...@connman.net wrote: > From: Marcel Holtmann > Subject: Re: [PATCH] gdbus: move typedefs for interwork with strict compilers > Date: October 21, 2015 at 3:35:48 AM PDT > To: connman@connman.net > Reply-To: connman@connman.net > >

Re: [PATCH] gdbus: move typedefs for interwork with strict compilers

2015-10-21 Thread Marcel Holtmann
Hi Grant, > Move enumeration type defintions AFTER the enumerations themselves are > declared > and defined such that the header works with strict compilers. > --- > gdbus/gdbus.h | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h > in

Re: [PATCH] gdbus: move typedefs for interwork with strict compilers

2015-10-21 Thread Patrik Flykt
On Tue, 2015-10-20 at 23:44 -0700, Grant Erickson wrote: > Move enumeration type defintions AFTER the enumerations themselves are > declared > and defined such that the header works with strict compilers. Applied, thanks! Patrik ___ connman m

[PATCH] gdbus: move typedefs for interwork with strict compilers

2015-10-20 Thread Grant Erickson
Move enumeration type defintions AFTER the enumerations themselves are declared and defined such that the header works with strict compilers. --- gdbus/gdbus.h | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h index d99c254..7a6a18f 100644