updating to cleanly compile with -Wall and -Wextra
This commit is contained in:
parent
37c88fb749
commit
d77f5e5c1a
@ -966,6 +966,7 @@ namespace bgfx
|
|||||||
, data
|
, data
|
||||||
, offset
|
, offset
|
||||||
);
|
);
|
||||||
|
(void)offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_constantBuffer->finish();
|
m_constantBuffer->finish();
|
||||||
@ -1685,6 +1686,7 @@ namespace bgfx
|
|||||||
}
|
}
|
||||||
|
|
||||||
BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name);
|
BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name);
|
||||||
|
(void)supported;
|
||||||
|
|
||||||
pos += len+1;
|
pos += len+1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user