Go to file
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
common Remove unused object_intersects_wall 2019-01-01 04:54:35 +00:00
contrib Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
d1x-rebirth Move Robot_joints to d_level_shared_robot_joint_state 2018-12-30 00:43:59 +00:00
d2x-rebirth Move Robot_info into LevelSharedRobotInfoState 2018-12-30 00:43:59 +00:00
Documentation Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
similar Work around broken clang -Wuninitialized warning 2019-01-01 04:54:35 +00:00
.gitattributes Add experimental Windows manifest 2017-08-02 02:49:12 +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
INSTALL.markdown Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ISSUE_TEMPLATE.md Add more distributions to ISSUE_TEMPLATE.md 2018-12-30 00:43:58 +00:00
SConstruct Fix missing comma in SConstruct test 2019-01-01 04:54:34 +00:00