diff --git a/src/LinearMath/btScalar.h b/src/LinearMath/btScalar.h index 4e6952860..8fa49a593 100644 --- a/src/LinearMath/btScalar.h +++ b/src/LinearMath/btScalar.h @@ -39,7 +39,7 @@ subject to the following restrictions: #include #define btAssert assert //btFullAssert is optional, slows down a lot - #define btFullAssert + #define btFullAssert(x) #else //non-windows systems @@ -51,7 +51,7 @@ subject to the following restrictions: #endif #define btAssert assert //btFullAssert is optional, slows down a lot - #define btFullAssert + #define btFullAssert(x) #endif /// older compilers (gcc 3.x) and Sun needs double version of sqrt etc.