mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-16 21:00:00 +01:00
fix many compile warnings
This commit is contained in:
@@ -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) );
|
||||
|
||||
Reference in New Issue
Block a user