Commit: b280844de20594b4de499d49b1f882b5655f38bf
Parent: 5724155e5ad20ea1d65f249374517bf5822faec9
Author: Jakub Pawlowski <jpawlowski@google.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2015-10-23 10:36:35
Tree: 29799709d48fc1bae408493e3c76167b7e9d1443

core/device: Fix build on some platforms due to type promotions in C this code was failing on some platforms. src/device.c:2016:8: error: format specifies type 'unsigned short' but the argument has type 'uint8_t' (aka 'unsigned char') [-Werror,-Wformat] properties, uuid_str); ^~~~~~~~~~ /build/falco/usr/include/bits/stdio2.h:39:7: note: expanded from macro 'sprintf' __VA_ARGS__) ^

Diffstat

M src/device.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch