danfis / libccd

Library for collision detection between two convex shapes
Other
478 stars 108 forks source link

testsuites/bench: fix compiler warning #62

Open mikebentley15 opened 4 years ago

mikebentley15 commented 4 years ago

Compiler warns of duplicate macro definition for CU_ENABLE_TIMER. This change simply surrounds it with an ifndef.