Fix build warnings

This commit is contained in:
Andrey Kamaev
2012-08-19 19:36:43 +04:00
parent 7d2b7b801a
commit 1a621c2916
10 changed files with 35 additions and 35 deletions

View File

@@ -2563,7 +2563,7 @@ void HOGDescriptor::readALTModel(std::string modelfile)
throw Exception();
}
int kernel_type;
int nread;
size_t nread;
nread=fread(&(kernel_type),sizeof(int),1,modelfl);
{// ignore these