diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-05-15 15:45:17 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-19 09:37:34 +0200 |
| commit | 9c657f0e6975a283fcc8f3b748c006882fab961a (patch) | |
| tree | fdb08fbf7d465e4f21989c30f974c10186886383 /README | |
| parent | 708ceaee5e0b5619fb66bf8c934fb5d5e938e308 (diff) | |
| download | meta-openembedded-9c657f0e6975a283fcc8f3b748c006882fab961a.tar.gz | |
gnome-bluetooth: Fix build erorrs found with gcc 4.8
Fix errors like below
| bluetooth-input.c:193:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
| g_message ("has mouse: %s (id = %d)", device_info[i].name,
device_info[i].id);
| ^
| bluetooth-input.c:198:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
| g_message ("has keyboard: %s (id = %d)", device_info[i].name,
device_info[i].id);
| ^
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
