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