Przeglądaj źródła

bullet: fix a very verbose C++11 warning.

undefined
Sam Hocevar 10 lat temu
rodzic
commit
e8bf5237d2
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      src/bullet/LinearMath/btScalar.h

+ 3
- 1
src/bullet/LinearMath/btScalar.h Wyświetl plik

@@ -102,7 +102,9 @@ inline int btGetVersion()
#ifdef __SPU__ #ifdef __SPU__
#include <spu_printf.h> #include <spu_printf.h>
#define printf spu_printf #define printf spu_printf
#define btAssert(x) {if(!(x)){printf("Assert "__FILE__ ":%u ("#x")\n", __LINE__);spu_hcmpeq(0,0);}}
// LOL BEGIN
#define btAssert(x) {if(!(x)){printf("Assert " __FILE__ ":%u ("#x")\n", __LINE__);spu_hcmpeq(0,0);}}
// LOL END
#else #else
#define btAssert assert #define btAssert assert
#endif #endif


Ładowanie…
Anuluj
Zapisz