office-gobmx/external/box2d
Sarper Akdemir a46ab778d9 box2d: fix strict aliasing error and ignore -Wshadow
Adding two patches to static external library box2d
getting rid of strict aliasing error and ignoring
-Wshadow in b2Draw.h to get rid of errors while building.

Change-Id: I5752eb484d6aafe057c9102b1ed87aaf31d6555c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96559
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-06-20 01:41:37 +02:00
..
disable-shadow-warning-for-drawh.patch
fix-strict-aliasing-error.patch
Makefile
Module_box2d.mk
README
StaticLibrary_box2d.mk
UnpackedTarball_box2d.mk

Box2D is a 2D physics engine.

It is available from [https://github.com/erincatto/box2d]