Clean up warnings

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20119 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-02-26 21:43:14 +00:00
parent 9e1d00c9fb
commit 5e058e0bfe
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,7 @@
#include "font.h"
#include "debug-target.h"
#include "lcd-target.h"
#include "dsp-target.h"
#ifndef CREATIVE_ZVx
#include "tsc2100.h"

View file

@ -223,9 +223,8 @@ void DSPHINT(void)
{
unsigned int i;
char buffer[80];
static unsigned short level = 2;
unsigned short *pcm_topbottom, *pcm_topbottom_end;
unsigned short *pcm_topbottom;
IO_INTC_IRQ0 = 1 << 11;