Re: [Spice-devel] [PATCH spice-gtk] Adjust include header to new location of macros

2016-11-03 Thread Victor Toso
Hi, On Thu, Nov 03, 2016 at 01:10:20PM +0100, Pavel Grunt wrote: > On Thu, 2016-11-03 at 13:05 +0100, Victor Toso wrote: > > Hi, > > > > On Tue, Nov 01, 2016 at 05:08:01PM +0100, Pavel Grunt wrote: > > > minor & major macros were moved to sysmacros.h > > > > > > usbutil.c: In function ‘spice_usb

Re: [Spice-devel] [PATCH spice-gtk] Adjust include header to new location of macros

2016-11-03 Thread Pavel Grunt
On Thu, 2016-11-03 at 13:05 +0100, Victor Toso wrote: > Hi, > > On Tue, Nov 01, 2016 at 05:08:01PM +0100, Pavel Grunt wrote: > > minor & major macros were moved to sysmacros.h > > > > usbutil.c: In function ‘spice_usbutil_get_sysfs_attribute’: > > usbutil.c:110:14: warning: ‘__major_from_sys_type

Re: [Spice-devel] [PATCH spice-gtk] Adjust include header to new location of macros

2016-11-03 Thread Victor Toso
Hi, On Tue, Nov 01, 2016 at 05:08:01PM +0100, Pavel Grunt wrote: > minor & major macros were moved to sysmacros.h > > usbutil.c: In function ‘spice_usbutil_get_sysfs_attribute’: > usbutil.c:110:14: warning: ‘__major_from_sys_types’ is deprecated: > In the GNU C Library, `major' is defined by . >

[Spice-devel] [PATCH spice-gtk] Adjust include header to new location of macros

2016-11-01 Thread Pavel Grunt
minor & major macros were moved to sysmacros.h usbutil.c: In function ‘spice_usbutil_get_sysfs_attribute’: usbutil.c:110:14: warning: ‘__major_from_sys_types’ is deprecated: In the GNU C Library, `major' is defined by . For historical compatibility, it is currently defined by as well, but w