Open GoogleCodeExporter opened 9 years ago
Original comment by mathieu.malaterre
on 21 Feb 2014 at 9:14
ctest scripts was updated, see ks200451-trunk-nightly-debug-linux_clang.ctest
Original comment by mathieu.malaterre
on 25 Feb 2014 at 4:58
I do not think those can cause any harm at all:
(aka 'unsigned char *') to 'OPJ_INT16 *' (aka 'short *') increases required alignment from 1 to 2 [-Wcast-align]
OPJ_INT16 * l_src_ptr = (OPJ_INT16 *) p_data;
who is using sparc anyway ?
Original comment by mathieu.malaterre
on 14 Mar 2014 at 4:49
Original comment by mathieu.malaterre
on 14 Mar 2014 at 4:49
Summary was too vague.
Original comment by mathieu.malaterre
on 17 Mar 2014 at 10:19
Suggested fix is to use union:
http://stackoverflow.com/questions/2741787/warning-cast-increases-required-align
ment
Original comment by mathieu.malaterre
on 17 Mar 2014 at 10:19
Just for reference, this does not impact x86
Original comment by mathieu.malaterre
on 17 Mar 2014 at 10:22
Original comment by mathieu.malaterre
on 18 Mar 2014 at 2:48
Original issue reported on code.google.com by
hans.j.j...@gmail.com
on 2 Feb 2014 at 6:29