mosra / magnum-integration

Integration libraries for the Magnum C++11 graphics engine
https://magnum.graphics/
Other
99 stars 44 forks source link

BulletIntegration broken on Ubuntu 16.06 with GCC 5.4 #23

Closed ghost closed 7 years ago

ghost commented 7 years ago

The annotation:

CORRADE_UNUSED

Is used on member functions:

drawContactPoint
draw3dText

in file:

BulletIntegration/DebugDraw.h

This does not appear to be recognized as a valid annotation in GCC 5.4 on Ubuntu 16.06, possibly due to a lacking include? This is precluding me from compiling, but removing the annotation is a quick and easy fix.

mosra commented 7 years ago

Argh, it seems that this (and other things) slipped through my review.

Fixed in 92227c20104fe8623b070449185c1d5f0e3bf49f.