Lioncash 745f92b4e5 TransformUnit: Get rid of pointer casting in TransformColor() where applicable
The casts to u32* are technically undefined behavior. The u8* cast is
left, as char/unsigned char is exempted from this rule to allow for
bvtewise inspection of objects (and this is what s8/u8 are typedefs of
on platforms we support).
2017-08-06 19:04:31 -04:00
..
2016-09-22 21:01:49 -04:00
2016-09-22 21:05:17 -04:00
2016-10-08 11:49:51 -05:00
2016-09-22 20:39:28 -04:00
2017-01-07 12:32:15 +01:00
2017-06-11 15:06:12 +01:00