mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
build: unreachable code after CV_Error() (part 2)
This commit is contained in:
@@ -179,7 +179,6 @@ Mat cvarrToMat(const CvArr* arr, bool copyData,
|
||||
return buf;
|
||||
}
|
||||
CV_Error(CV_StsBadArg, "Unknown array type");
|
||||
return Mat();
|
||||
}
|
||||
|
||||
void extractImageCOI(const CvArr* arr, OutputArray _ch, int coi)
|
||||
|
||||
Reference in New Issue
Block a user