mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
More warning fixes iG-API on Windows.
This commit is contained in:
@@ -393,10 +393,9 @@ IOStream& operator<< (IOStream& os, const cv::GArrayDesc &) {return os;}
|
||||
IIStream& operator>> (IIStream& is, cv::GArrayDesc &) {return is;}
|
||||
|
||||
#if !defined(GAPI_STANDALONE)
|
||||
IOStream& operator<< (IOStream& os, const cv::UMat &)
|
||||
IOStream& operator<< (IOStream&, const cv::UMat &)
|
||||
{
|
||||
GAPI_Error("Serialization: Unsupported << for UMat");
|
||||
return os;
|
||||
}
|
||||
IIStream& operator >> (IIStream&, cv::UMat &)
|
||||
{
|
||||
|
||||
@@ -341,7 +341,6 @@ void cv::gimpl::GCompiler::validateInputMeta()
|
||||
default:
|
||||
GAPI_Error("InternalError");
|
||||
}
|
||||
return false; // should never happen
|
||||
};
|
||||
|
||||
GAPI_LOG_DEBUG(nullptr, "Total count: " << m_metas.size());
|
||||
|
||||
Reference in New Issue
Block a user