Fixed several warnings on various platforms

This commit is contained in:
Andrey Kamaev
2012-04-11 11:11:39 +00:00
parent 07f8bf9226
commit b756033206
14 changed files with 25 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ static void findCComp( IplImage* img )
}
int main( int argc, char** argv )
int main()
{
int i, j;
CvMemStorage* storage = cvCreateMemStorage(0);