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

@@ -1,5 +1,5 @@
#ifndef LSVM_DIST_TRANSFORM
#define LSVM_DIST_TRANSFORM
#ifndef _LSVM_DIST_TRANSFORM_H_
#define _LSVM_DIST_TRANSFORM_H_
#include "_lsvm_types.h"
#include "_lsvm_error.h"
@@ -135,4 +135,4 @@ int DistanceTransformTwoDimensionalProblem(const float *f,
float *distanceTransform,
int *pointsX, int *pointsY);
#endif
#endif