Merge pull request #16952 from anton-potapov:kw_fixes

This commit is contained in:
Alexander Alekhin 2020-04-06 15:55:33 +00:00
commit 5db3092a1f

View File

@ -118,8 +118,7 @@ ade::NodeHandle GIsland::producer(const ade::Graph &g,
}
// Consistency: A GIsland requested for producer() of slot_nh should
// always had the appropriate GModel node handle in its m_out_ops vector.
GAPI_Assert(false);
return ade::NodeHandle();
GAPI_Assert(false && "Broken GIslandModel ?.");
}
std::string GIsland::name() const