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:
@@ -99,7 +99,6 @@ static int rgbe_error(int rgbe_error_code, const char *msg)
|
||||
CV_Error(cv::Error::StsError, cv::String("RGBE error: \n") +
|
||||
cv::String(msg));
|
||||
}
|
||||
return RGBE_RETURN_FAILURE;
|
||||
}
|
||||
|
||||
/* standard conversion from float pixels to rgbe pixels */
|
||||
|
||||
Reference in New Issue
Block a user