fix warnings in samples

This commit is contained in:
Adrien BAK 2014-10-15 11:09:33 +09:00
parent 9972059476
commit 82a5ff8540
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ float alpha,beta;
float red, green, blue;
double low_t, high_t;
float low_t, high_t;
void source(int, int, int, int, void*);
void destination(int, int, int, int, void*);

View File

@ -64,7 +64,7 @@ float alpha,beta;
float red, green, blue;
double low_t, high_t;
float low_t, high_t;
void source(int, int, int, int, void*);
void destination(int, int, int, int, void*);