forked from len0rd/rockbox
Remove several 'set but not used' GCC 4.6.1 warnings from MikMod.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30426 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd9c172b9e
commit
6cb5ec1bfe
4 changed files with 9 additions and 11 deletions
|
@ -143,10 +143,10 @@ void S3MIT_CreateOrders(int curious)
|
|||
/* handles S3M and IT effects */
|
||||
void S3MIT_ProcessCmd(UBYTE cmd,UBYTE inf,unsigned int flags)
|
||||
{
|
||||
UBYTE hi,lo;
|
||||
UBYTE /* hi,*/ lo;
|
||||
|
||||
lo=inf&0xf;
|
||||
hi=inf>>4;
|
||||
/* hi=inf>>4; */
|
||||
|
||||
/* process S3M / IT specific command structure */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue