Commit: 9139fc4ea3fa65c97c5ccd83c216f082197b2267
Parent: 89cb335422a9de0ab3bd0bb629c703ca532ed378
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-09-05 12:16:38
Tree: e1cca3035eb0394e5ecd5d0b8ecd0ac55fdba60f

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

Diffstat

M test/rctest.c | 5 +++- -

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

View Full Diff | Patch