dxx-rebirth/common
Kp c4a8432081 Remove WORDS_NEED_ALIGNMENT memcpy src cast to const uint8_t*
The cast provokes a warning on systems that require alignment, so remove
it.  memcpy takes const void* input, so the cast is unnecessary.

Reported-by: MattWatt <https://github.com/dxx-rebirth/dxx-rebirth/issues/119>
2015-09-13 21:02:19 +00:00
..
2d Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
3d Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
arch Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
editor Move similar/editor/autosave.cpp -> common/editor/autosave.cpp 2015-07-25 23:10:47 +00:00
include Remove WORDS_NEED_ALIGNMENT memcpy src cast to const uint8_t* 2015-09-13 21:02:19 +00:00
main Fix various header freestanding issues 2015-09-09 03:27:52 +00:00
maths Add compile-time check for non-overlapping vm_matrix_x_matrix 2015-08-13 03:15:52 +00:00
mem Move DbgShowMemInfo to CArg 2015-08-11 03:05:55 +00:00
misc Move similar/misc/hash.cpp -> common/misc/hash.cpp 2015-07-18 21:01:56 +00:00
texmap Move tmap scanline pointers to structure 2015-07-25 23:10:47 +00:00
ui Mark various per-file structures as static 2015-08-12 03:11:46 +00:00