fix many compile warnings

This commit is contained in:
niels
2014-12-21 17:05:25 +01:00
parent 9b4391bc79
commit c31f40fcdf
60 changed files with 110 additions and 474 deletions

View File

@@ -232,9 +232,6 @@ static void drawDisappearing(VJFrame *src, VJFrame *dest)
void chameleonblend_apply( VJFrame *frame, VJFrame *source, int width, int height, int mode )
{
unsigned int i;
const int len = (width * height);
int interpolate = 0;
uint32_t activity = 0;
int auto_switch = 0;
int tmp1,tmp2;