mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Fixed compiler warnings (signed/unsigned comparisons, unused variables)
This commit is contained in:
@@ -167,7 +167,7 @@ class PlateDispatcher
|
||||
OCR* ocr;
|
||||
Config* config;
|
||||
|
||||
int topN;
|
||||
uint topN;
|
||||
bool detectRegion;
|
||||
std::string defaultRegion;
|
||||
|
||||
|
Reference in New Issue
Block a user