mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
b7b2f1e9aa
gcc warns about strict aliasing violations in fix.cpp: fix/fix.cpp: In function "int FloatRound(float)": fix/fix.cpp:157:14: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 157 | return ((*((int *)&nf)) & 0x7FFFFF) - 2048; But these functions and then some are unused, so delete them altogether. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
fix.cpp | ||
fix.h |