mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
Fix build warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user