Ephysics: Silence more warnings from libbullet
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 9 Jan 2014 02:45:39 +0000 (11:45 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 9 Jan 2014 02:49:29 +0000 (11:49 +0900)
commitbc1a8ffb5def79f600de373efecd1cb6277805d8
treee3edb2d2849ac669a6677bdb8fc6abba04070b24
parent3ceaaa0c7927775a80588a0e2323e1004bd6b0cc
Ephysics: Silence more warnings from libbullet

The bullet library generates tons of warnings:
1. -Wunused-variable
2. -Wunused-parameter
3. -Wshadow

2 and 3 were properly ignored by pragma GCC, but unused-variable
doesn't seem to work. At least on my version of GCC (4.8.2).
So, let's ignore ALL warnings from libbullet includes.
src/lib/ephysics/ephysics_private.h