• Michał Karzyński's avatar
    [ONNX] Remove return-std-move-in-c++11 warning (#2937) · 31dc7234
    Michał Karzyński authored
    This PR removes compiler warnings like this one:
    
    ```
    src/ngraph/frontend/onnx_import/utils/reduction.hpp:73:28: warning: prior to the resolution
      of a defect report against ISO C++11, local variable 'op_node' would have been copied
      despite being returned by name, due to its not matching the function return type
      ('shared_ptr<ngraph::Node>' vs 'shared_ptr<ngraph::op::ArgMin>') [-Wreturn-std-move-in-c++11]
                      return op_node;
                             ^~~~~~~
    ```
    31dc7234
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...