Commit: b3fa97f8e7ad03dd181abdfc586264b2219fc4b8
Parent: 809b7c317f5270b278d2cb29c69e056c815cad01
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-09-05 12:29:51
Tree: 07fddc60e664a97a4f22c962d7417a5ef2e79416

hciemu: Fix build errors due to unaligned memory access This fix following build errors on ARM. CC test/hciemu.o test/hciemu.c: In function num_completed_pkts: test/hciemu.c:429:4: error: cast increases required alignment of target type [-Werror=cast-align] test/hciemu.c:430:4: error: cast increases required alignment of target type [-Werror=cast-align] cc1: all warnings being treated as errors make[1]: *** [test/hciemu.o] Error 1 make: *** [all] Error 2

Diffstat

M test/hciemu.c | 6 ++++- -

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

View Full Diff | Patch