fixed several gcc 4.1 warnings

This commit is contained in:
Vadim Pisarevsky
2010-10-21 18:30:57 +00:00
parent b80bdf324d
commit 4a14795eb6
15 changed files with 34 additions and 33 deletions

View File

@@ -4,7 +4,6 @@
#include <assert.h>
#include <math.h>
IplImage * resize_opencv (IplImage * img, float scale){
IplImage * imgTmp;
@@ -241,4 +240,5 @@ IplImage * resize_opencv (IplImage * img, float scale){
// free(dst);
// free(tmp);
// return imgTmp;
//}
//}
//