Parent: eb4ef469607a1ba579352032ad5d955a697de1c7
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-09-05 12:12:31
Tree: 68f647e95c7d49c799ba730cb0f627f231f938c0
sdp: Use bt_get_be* helpers instead of bt_get_unaligned This fix number of compilation errors on ARM similar to one below. lib/sdp.c: In function 'sdp_uuid_extract': lib/sdp.c:1019:27: error: cast increases required alignment of target type [-Werror=cast-align] lib/sdp.c:1019:27: error: cast increases required alignment of target type [-Werror=cast-align] lib/sdp.c:1026:27: error: cast increases required alignment of target type [-Werror=cast-align] lib/sdp.c:1026:27: error: cast increases required alignment of target type [-Werror=cast-align]
Diffstat
| M | lib/sdp.c | | | 36 | ++++++++++++++++++- - - - - - - - - - - - - - - - - - |
1 files changed, 18 insertions(+), 18 deletions(-)