forked from len0rd/rockbox
Fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9543 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0242912a2d
commit
b41cf31e2c
1 changed files with 2 additions and 0 deletions
|
@ -636,6 +636,8 @@ byte *V_PatchToBlock(const char* name, int cm,
|
|||
enum patch_translation_e flags,
|
||||
unsigned short* width, unsigned short* height)
|
||||
{
|
||||
(void)cm;
|
||||
(void)flags;
|
||||
byte *oldscr = d_screens[1];
|
||||
byte *block;
|
||||
const patch_t *patch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue