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

@@ -9,7 +9,7 @@
// CvLatentSvmDetector* cvLoadLatentSvmDetector(const char* filename);
// INPUT
// filename - path to the file containing the parameters of
- trained Latent SVM detector
// - trained Latent SVM detector
// OUTPUT
// trained Latent SVM detector in internal representation
*/
@@ -133,4 +133,4 @@ CvSeq* cvLatentSvmDetectObjects(IplImage* image,
free(score);
return result_seq;
}
}