diff --git a/modules/gapi/src/executor/gexecutor.cpp b/modules/gapi/src/executor/gexecutor.cpp index 2702e47547..6f313197ba 100644 --- a/modules/gapi/src/executor/gexecutor.cpp +++ b/modules/gapi/src/executor/gexecutor.cpp @@ -242,7 +242,10 @@ void cv::gimpl::GExecutor::initResource(const ade::NodeHandle & nh, const ade::N case GShape::GOPAQUE: // Constructed on Reset, do nothing here break; - + case GShape::GFRAME: { + // Should be defined by backend, do nothing here + break; + } default: GAPI_Assert(false); }