[Working In Progress] Suppress compiler warnings.
Suppress several warnings about unused variables.
This commit is contained in:
@@ -234,9 +234,8 @@ void RollingFrictionDemo::initPhysics()
|
||||
{
|
||||
btSerializer* s = new btDefaultSerializer;
|
||||
m_dynamicsWorld->serialize(s);
|
||||
b3ResourcePath p;
|
||||
char resourcePath[1024];
|
||||
if (p.findResourcePath("slope.bullet",resourcePath,1024))
|
||||
if (b3ResourcePath::findResourcePath("slope.bullet",resourcePath,1024))
|
||||
{
|
||||
FILE* f = fopen(resourcePath,"wb");
|
||||
fwrite(s->getBufferPointer(),s->getCurrentBufferSize(),1,f);
|
||||
|
||||
Reference in New Issue
Block a user