]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Change to the C99 standard method of testing for nan
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 8 Dec 2023 07:41:22 +0000 (17:41 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 9 Dec 2023 10:13:35 +0000 (20:13 +1000)
commit1c5e917527c135ba00c06a49800d57870020f7c2
tree7bd8d074bad9142811cbadd44203b294ab802a7d
parent6dca288eb9bac8251395386e6495866e05806f4e
Change to the C99 standard method of testing for nan

This fixes all remaining strict-aliasing rule warnings in GCC.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
clvm_cmds.c
mathlib.h
sv_phys.c
svvm_cmds.c
world.c