mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 22:33:03 +04:00
1bec7ca540
* Fix integer overflow in parseOption(). Previous code does not work for values like 100000MB. * Fix warning during 32-bit build on inactive code path. * fix build without C++11