danfis / libccd

Library for collision detection between two convex shapes
Other
504 stars 111 forks source link

Test compiler warnings #61

Closed mikebentley15 closed 5 years ago

mikebentley15 commented 5 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 5 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.