Re: [Qemu-devel] [PATCH 0/3] easy-to-fix clang warnings

2017-03-04 Thread Markus Armbruster
Cc: qemu-trivial Philippe Mathieu-Daudé writes: > This patchset fixes three easy-to-fix clang warnings. > > Philippe Mathieu-Daudé (3): > usb-ccid: make ccid_write_data_block() cope with null buffers > device_tree: fix compiler warnings (clang 5) > qga: fix compiler warnings (clang 5) > >

[Qemu-devel] [PATCH 0/3] easy-to-fix clang warnings

2017-03-04 Thread Philippe Mathieu-Daudé
This patchset fixes three easy-to-fix clang warnings. Philippe Mathieu-Daudé (3): usb-ccid: make ccid_write_data_block() cope with null buffers device_tree: fix compiler warnings (clang 5) qga: fix compiler warnings (clang 5) device_tree.c | 1 + hw/usb/dev-smartcard-reader