Files
meta-openembedded/meta-networking/recipes-support
Hongzhi.Song b47aae2d61 spice: fix compile errors on 32bit system
There are folowing compile errors on Linux 32bit system:

red-channel.c:207:73: error: format '%x' expects argument of type
'unsigned int', but argument 7 has type 'long unsigned int' [-Werror=format=]
|207| red_channel_debug(self, "thread_id 0x%" G_GSIZE_MODIFIER "x",
                                ~~~~~~~~~~~~~~~~~~~~~^
                        self->priv->thread_id);
                ~~~~~~~~~~~~~~~~~~~~~^

On 32bit system, #define G_GSIZE_MODIFIER "". But the type of
'self->priv->thread_id' is 'unsigned long int' which should match '%lx'
not '%x'.

So we should recovery the <0x%" G_GSIZE_MODIFIER "x"> to <0x%lx">.
And others files modification are similar to G_GSIZE_MODIFIER.

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15 16:45:32 -07:00
..
2018-01-08 11:53:44 -05:00
2018-01-08 11:57:34 -05:00
2018-11-27 11:13:37 -08:00
2018-06-14 20:25:16 -07:00
2019-04-11 11:02:28 -07:00
2019-04-09 17:46:56 -07:00
2019-04-07 08:26:15 -07:00
2019-04-09 17:46:56 -07:00
2018-12-13 09:06:16 -08:00
2018-06-16 08:51:38 -07:00
2015-09-14 15:07:53 -04:00
2019-05-21 17:52:23 -07:00
2019-05-29 02:21:42 -07:00
2019-04-09 21:31:36 -07:00
2018-08-29 18:18:14 -07:00
2019-05-23 08:26:14 -07:00
2019-05-23 08:26:14 -07:00
2016-12-14 09:20:09 -05:00
2018-11-27 11:13:37 -08:00
2018-09-26 18:19:14 -07:00
2019-04-27 10:13:07 -07:00
2019-05-06 08:32:04 -07:00
2019-04-29 10:13:56 -07:00
2019-04-29 10:13:56 -07:00
2019-04-09 18:08:59 -07:00
2019-05-11 23:35:30 -07:00
2019-04-08 10:40:41 -07:00
2017-09-08 16:38:15 -04:00
2018-06-14 09:01:12 -07:00
2017-06-28 10:29:59 -04:00
2019-04-08 10:40:41 -07:00
2016-08-22 15:56:28 +02:00
2019-04-09 18:09:00 -07:00
2018-09-29 02:10:12 -07:00
2019-04-29 10:13:56 -07:00
2019-04-29 10:13:56 -07:00