danfis / libccd

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

Test compiler warnings #61

Closed mikebentley15 closed 4 years ago

mikebentley15 commented 4 years ago

There are some innocuous compiler warnings when compiling the tests about duplicate definition of the CU_ENABLE_TIMER macro variable. This change simply surrounds it with an ifndef

mikebentley15 commented 4 years ago

Sorry, I didn't want to pull in all of the other things. I will make a smaller pull request with only this change.