opencv/modules/core/include/opencv2
Simon Que 705464258e 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()
2018-04-20 15:31:47 +03:00
..
core Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
core.hpp core: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00