소스 검색

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

undefined
Sam Hocevar 10 년 전
부모
커밋
e8bf5237d2
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      src/bullet/LinearMath/btScalar.h

+ 3
- 1
src/bullet/LinearMath/btScalar.h 파일 보기

@@ -102,7 +102,9 @@ inline int btGetVersion()
#ifdef __SPU__
#include <spu_printf.h>
#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
#define btAssert assert
#endif


불러오는 중...
취소
저장