fixed several gcc 4.1 warnings
This commit is contained in:
@@ -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;
|
||||
//}
|
||||
//}
|
||||
//
|
||||
|
Reference in New Issue
Block a user