mirror of https://github.com/opencv/opencv.git
Merge pull request #11353 from eecsninja:3.4
* Fix CV_Asserts with negation of strings {!"string"} causes some compilers to throw a warning. The value of the string is not that important -- it's only for printing the assertion message. Replace these calls with: CV_Error(Error::StsError, "string") to suppress the warning. * remove unnecessary 'break' after CV_Error()pull/11363/head
parent
2b4b946689
commit
705464258e
6 changed files with 16 additions and 14 deletions
Loading…
Reference in new issue