dxx-rebirth/similar/main
Kp e864542862 Work around broken clang -Wuninitialized warning
clang warns for using an uninitialized array during the
member-initialization-list, before the union constructor would have done
nothing.  clang permits using the still-uninitialized array in the
constructor body, after the union constructor has done nothing.
The same code is generated both before and after this commit, but the
old code produces a warning and the new code is silent.

```
similar/main/physics.cpp:282:5: error: field 'a' is uninitialized when used here [-Werror,-Wuninitialized]
        e(a.begin())
```
2019-01-01 04:54:35 +00:00
..
ai.cpp Move Robot_joints to d_level_shared_robot_joint_state 2018-12-30 00:43:59 +00:00
aipath.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
automap.cpp Move Triggers to d_level_unique_trigger_state 2018-12-30 00:43:58 +00:00
bm.cpp Move Robot_joints to d_level_shared_robot_joint_state 2018-12-30 00:43:59 +00:00
bmread.cpp Move Num_tmaps to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
cntrlcen.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
collide.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
config.cpp Make ADL MIDI runtime configurable 2018-10-18 02:18:56 +00:00
console.cpp
controls.cpp Rename ObjectState to LevelUniqueObjectState for consistency 2018-12-30 00:43:57 +00:00
credits.cpp
digiobj.cpp
dumpmine.cpp Move Num_tmaps to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
effects.cpp Move unique_side to unique_segment 2018-12-13 02:31:38 +00:00
endlevel.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
fireball.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
fuelcen.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
fvi.cpp Remove unused object_intersects_wall 2019-01-01 04:54:35 +00:00
game.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
gamecntl.cpp Move N_robot_types into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
gamefont.cpp
gamemine.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
gamerend.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
gamesave.cpp Move N_robot_types into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
gameseg.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
gameseq.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
gauges.cpp Raise player life count storage from uint8_t to uint16_t 2018-12-01 01:58:37 +00:00
generate-kconfig-udlr.py
hostage.cpp Pass Vclip as context 2018-10-21 00:24:07 +00:00
hud.cpp Rename ObjectState to LevelUniqueObjectState for consistency 2018-12-30 00:43:57 +00:00
iff.cpp
inferno.cpp Simplify handling warning function 2018-12-30 00:43:58 +00:00
kconfig.cpp
kconfig.ui-table.cpp
kmatrix.cpp
laser.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
lighting.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
menu.cpp
mglobal.cpp Move Robot_joints to d_level_shared_robot_joint_state 2018-12-30 00:43:59 +00:00
mission.cpp Remove explicit std::move in prepare_mission_menu_state return 2018-10-20 17:25:59 +00:00
morph.cpp Move Polygon_models into LevelSharedPolygonModelState 2018-12-30 00:43:59 +00:00
multi.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
multibot.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
net_udp.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
newdemo.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
newmenu.cpp
object.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
paging.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
physics.cpp Work around broken clang -Wuninitialized warning 2019-01-01 04:54:35 +00:00
piggy.cpp Pass Vclip as context 2018-10-21 00:24:07 +00:00
player.cpp
playsave.cpp
polyobj.cpp Move Polygon_models into LevelSharedPolygonModelState 2018-12-30 00:43:59 +00:00
powerup.cpp Pass Vclip as context 2018-10-21 00:24:07 +00:00
render.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
robot.cpp Move Robot_joints to d_level_shared_robot_joint_state 2018-12-30 00:43:59 +00:00
scores.cpp
segment.cpp
slew.cpp
songs.cpp
state.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
switch.cpp Move TmapInfo to d_level_unique_tmap_info_state 2018-12-30 00:43:59 +00:00
terrain.cpp Move Viewer_eye to local scope 2018-12-30 00:43:57 +00:00
texmerge.cpp
text.cpp
titles.cpp Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
vclip.cpp Pass Vclip as context 2018-10-21 00:24:07 +00:00
vers_id.cpp
wall.cpp Fix gcc-4.9 build of similar/main/wall.cpp 2018-12-31 04:46:16 +00:00
weapon.cpp Rename ObjectState to LevelUniqueObjectState for consistency 2018-12-30 00:43:57 +00:00