mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-14 00:49:53 -04:00
updating to cleanly compile with -Wall and -Wextra
This commit is contained in:
parent
37c88fb749
commit
d77f5e5c1a
1 changed files with 2 additions and 0 deletions
|
@ -966,6 +966,7 @@ namespace bgfx
|
|||
, data
|
||||
, offset
|
||||
);
|
||||
(void)offset;
|
||||
}
|
||||
|
||||
m_constantBuffer->finish();
|
||||
|
@ -1685,6 +1686,7 @@ namespace bgfx
|
|||
}
|
||||
|
||||
BX_TRACE("GL_EXTENSION%s: %s", supported ? " (supported)" : "", name);
|
||||
(void)supported;
|
||||
|
||||
pos += len+1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue