* 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()
|
||
|---|---|---|
| .. | ||
| vtkCloudMatSink.cpp | ||
| vtkCloudMatSink.h | ||
| vtkCloudMatSource.cpp | ||
| vtkCloudMatSource.h | ||
| vtkCocoaInteractorFix.mm | ||
| vtkImageMatSource.cpp | ||
| vtkImageMatSource.h | ||
| vtkOBJWriter.cpp | ||
| vtkOBJWriter.h | ||
| vtkTrajectorySource.cpp | ||
| vtkTrajectorySource.h | ||
| vtkVizInteractorStyle.cpp | ||
| vtkVizInteractorStyle.hpp | ||
| vtkXYZReader.cpp | ||
| vtkXYZReader.h | ||
| vtkXYZWriter.cpp | ||
| vtkXYZWriter.h | ||