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

@@ -33,8 +33,6 @@ static recalc(int w, int h , uint8_t *Yin, int v1, int v2 )
unsigned int l = w * h;
unsigned int valx = (w / 100.0) * v1;
unsigned int valy = (h / 100.0) * v1;
unsigned int modx = (w / 100.0) * v2;
unsigned int mody = (h / 100.0) * v2;
for(x = dx = 0; x < w; x++)
{
p = 0 + (int)( l * (rand()/RAND_MAX + 0.0) );