Commit: eb4ef469607a1ba579352032ad5d955a697de1c7
Parent: 51df85874550ab87ff03d35a57c6903831d3e835
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-09-05 12:05:15
Tree: 3a77d20e3cdc3884fd2ce8e6ec12f2df46cf5e5a

sdp: Fix compilation errors due to unaligned memory access This fix number of build errors on ARM similar to one below. lib/sdp.c: In function 'sdp_set_seq_len': lib/sdp.c:625:3: error: cast increases required alignment of target type [-Werror=cast-align] lib/sdp.c:625:3: error: cast increases required alignment of target type [-Werror=cast-align] lib/sdp.c:631:3: error: cast increases required alignment of target type [-Werror=cast-align] lib/sdp.c:631:3: error: cast increases required alignment of target type [-Werror=cast-align]

Diffstat

M lib/sdp.c | 30 +++++++++++++++- - - - - - - - - - - - - - -

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

View Full Diff | Patch