make sure Bullet compiles with LLVM/CLANG

See also Issue 496
This commit is contained in:
erwin.coumans
2011-03-24 21:37:42 +00:00
parent bd88a0c4b8
commit 1f5af32203

View File

@@ -26,6 +26,9 @@ subject to the following restrictions:
#endif __APPLE__
#endif
#include <stdio.h>
//#define oclCHECKERROR(a, b) btAssert((a) == (b))
#define oclCHECKERROR(a, b) if((a)!=(b)) { printf("OCL Error : %d\n", (a)); btAssert((a) == (b)); }