Unverified Commit 6bda3bd5 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Compiler warning (#3599)

parent bdeddbf8
...@@ -30,7 +30,7 @@ namespace ngraph ...@@ -30,7 +30,7 @@ namespace ngraph
namespace reference namespace reference
{ {
template <typename T> template <typename T>
static void sum_region_across_axes(const T* arg, void sum_region_across_axes(const T* arg,
size_t current_axis_index, size_t current_axis_index,
const std::vector<size_t>& axes, const std::vector<size_t>& axes,
Coordinate& sum_coord, Coordinate& sum_coord,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment