Parent: e5d47b64971abc7c826edae3945410a63b23ab61
Author: Gowtham Anandha Babu <gowtham.ab@samsung.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2015-11-16 15:49:46
Tree: 2483b1bae6dbf4d50b4d16f2bed147efeacdff36
emulator/hciemu: Fix return value make throws out the following errors. emulator/hciemu.c: In function ‘hciemu_get_master_scan_enable’: emulator/hciemu.c:433:3: error: return makes integer from pointer without a cast [-Werror] return NULL; ^ emulator/hciemu.c: In function ‘hciemu_get_master_le_scan_enable’: emulator/hciemu.c:441:3: error: return makes integer from pointer without a cast [-Werror] return NULL; ^ cc1: all warnings being treated as errors Fixed by returning zero.
Diffstat
| M | emulator/hciemu.c | | | 4 | ++- - |
1 files changed, 2 insertions(+), 2 deletions(-)