You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/henry/liquidfun/liquidfun/Box2D/Box2D/Particle/b2ParticleSystem.cpp:55:57: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
(-1 << xShift));
~~ ^
Running run_tests.sh yielded
This can be fixed with
And then the unit tests complete without problem (yes the + - is unnecessary, but I thought it read the cleanest).
The text was updated successfully, but these errors were encountered: