Commit: 0e1473d188baa57226f08fbab1795e47da7a6768
Parent: b5a5d2d81affbd38826c41dcefc9209b057e9a2e
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Szymon Janc <szymon.janc@tieto.com>
Date: 2014-11-26 15:14:48
Tree: 2be9f0276922b69882b74a630fbd9c179975e100

android/client: Use proper format specifier for printing uint64_t Fix following compiler warning: android/client/if-bt.c: In function 'set_wake_alarm': android/client/if-bt.c:369:5: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t' [-Wformat=] __func__, delay_millis, should_wake, cb, data); ^

Diffstat

M android/client/if-bt.c | 3 ++-

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

View Full Diff | Patch