Parent: 18a7a7ecb5f3717b85315f243ed1faaa1906ae5a
Author: Szymon Janc <szymon.janc@gmail.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-05-14 23:14:34
Tree: 06ffd39295a9fe0578f1b0f854130db20288fd61
hog: Fix compilation error on 32 bit machine Fix following with GCC version 4.8.2 (Debian 4.8.2-21): CC profiles/input/bluetoothd-hog.o profiles/input/hog.c: In function ‘report_value_cb’: profiles/input/hog.c:149:8: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Werror=format=] status, sizeof(ev)); ^
Diffstat
| M | profiles/input/hog.c | | | 2 | +- |
1 files changed, 1 insertions(+), 1 deletions(-)