Go to file
Kp ceb510566f Avoid passing reference to null weapon_object
Rebirth built with `gcc -fsanitize=undefined` warns when binding a
reference to nullptr, even if that reference is never followed.  This
could be reproduced using a guided missile against the first PIG in
Descent 2: Counterstrike level 1.

This object pointer is used only to test for address equality, so
nullptr is safe here.  Switch to pass it as a pointer to prevent the
warning.
2017-02-11 21:42:43 +00:00
common Disallow int for vm_distance_squared 2017-02-11 21:42:43 +00:00
contrib Update Xcode project for recently added/removed files 2017-01-07 15:30:18 +08:00
d1x-rebirth Simplify redundant ehostage.cpp conditional 2017-02-08 23:34:41 +00:00
d2x-rebirth Pass canvas to LINE_SPACING 2017-02-11 21:42:42 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Avoid passing reference to null weapon_object 2017-02-11 21:42:43 +00:00
.gitignore
COPYING.txt
GPL-3.txt
INSTALL.markdown Fix Ubuntu package name in INSTALL.markdown 2016-12-23 02:56:55 +00:00
SConstruct Tighten test for warning -Wuseless-cast 2017-02-08 23:34:41 +00:00