1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

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
+1 -2
View File
@@ -803,6 +803,5 @@ int loadModel(
}
(*kPartFilters)[0] = comp[0];
//printf("end_parse\n");
return 0;
}
}