• Simon Que's avatar
    Merge pull request #11353 from eecsninja:3.4 · 70546425
    Simon Que authored
    * 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()
    70546425
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...