diff --git a/lib/node_modules/@stdlib/strided/base/dmap/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/strided/base/dmap/benchmark/c/benchmark.length.c index 58c6e2c22fc2..3fb224ef02c6 100644 --- a/lib/node_modules/@stdlib/strided/base/dmap/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/strided/base/dmap/benchmark/c/benchmark.length.c @@ -117,6 +117,7 @@ static double benchmark( int iterations, int len ) { } t = tic(); for ( i = 0; i < iterations; i++ ) { + // cppcheck-suppress uninitvar stdlib_strided_dmap( len, x, 1, y, 1, identity ); if ( y[ i%len ] != y[ i%len ] ) { printf( "should not return NaN\n" );