1
0
Fork 0
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:
Andree Buschmann 2011-09-03 23:54:43 +00:00
parent bd9c172b9e
commit 6cb5ec1bfe
4 changed files with 9 additions and 11 deletions

View file

@ -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 */