diff --git a/lib/node_modules/@stdlib/ndarray/base/min-view-buffer-index/benchmark/c/benchmark.c b/lib/node_modules/@stdlib/ndarray/base/min-view-buffer-index/benchmark/c/benchmark.c index c4bd8651371c..cc6e9848bf9f 100644 --- a/lib/node_modules/@stdlib/ndarray/base/min-view-buffer-index/benchmark/c/benchmark.c +++ b/lib/node_modules/@stdlib/ndarray/base/min-view-buffer-index/benchmark/c/benchmark.c @@ -96,7 +96,7 @@ static double benchmark( void ) { double t; int i; - int64_t shape[] = { 10, 10, 10 }; + const int64_t shape[] = { 10, 10, 10 }; int64_t strides[] = { 100, 10, 1 }; int64_t offset = 1000; int64_t ndims = 3;