mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
gapi: fix build warning
This commit is contained in:
parent
5202186681
commit
1d5589296e
@ -461,7 +461,7 @@ void cv::gimpl::ie::GIEExecutable::run(std::vector<InObj> &&input_objs,
|
|||||||
return arg.get<cv::gimpl::RcDesc>().shape;
|
return arg.get<cv::gimpl::RcDesc>().shape;
|
||||||
});
|
});
|
||||||
// - Output parameters.
|
// - Output parameters.
|
||||||
for (const auto &out_it : ade::util::indexed(op.outs)) {
|
for (const auto out_it : ade::util::indexed(op.outs)) {
|
||||||
// FIXME: Can the same GArg type resolution mechanism be reused here?
|
// FIXME: Can the same GArg type resolution mechanism be reused here?
|
||||||
const auto out_port = ade::util::index(out_it);
|
const auto out_port = ade::util::index(out_it);
|
||||||
const auto out_desc = ade::util::value(out_it);
|
const auto out_desc = ade::util::value(out_it);
|
||||||
|
Loading…
Reference in New Issue
Block a user