Go to file
Kp 4afae87883 Remove -Wcast-align from default compiler options
Per issue from MattWatt, gcc for Raspberry Pi warns about alignment
issues.

Per issue from kreator, clang warns about alignment issues on OS X.
However, it does not warn on x86_64-pc-linux-gnu.

GCC only warns when compiling for a target architecture that requires
alignment, so it does not warn for i686-pc-linux-gnu or
x86_64-pc-linux-gnu.

Using this warning would be nice, but since it only triggers on
architectures not maintained by active developers, it causes more
trouble than it may solve.

Alignment sensitive users will have to get by with software fixups until
an active developer begins targeting alignment sensitive hardware.

Reported-by: MattWatt <https://github.com/dxx-rebirth/dxx-rebirth/issues/119>
Reported-by: kreatordxx <https://github.com/dxx-rebirth/dxx-rebirth/issues/120>
2015-09-19 23:04:36 +00:00
common Switch i2f/f2i to inline functions 2015-09-19 23:04:36 +00:00
contrib Make template alias support mandatory 2015-08-03 03:11:25 +00:00
d1x-rebirth Mark various per-file structures as static 2015-08-12 03:11:46 +00:00
d2x-rebirth Remove WORDS_NEED_ALIGNMENT memcpy src cast to const uint8_t* 2015-09-13 21:02:19 +00:00
similar Remove extern for vms_vector_swap 2015-09-19 23:04:36 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
SConstruct Remove -Wcast-align from default compiler options 2015-09-19 23:04:36 +00:00