diff --git a/lib/node_modules/@stdlib/math/strided/special/dfloor/benchmark/c/benchmark.length.c b/lib/node_modules/@stdlib/math/strided/special/dfloor/benchmark/c/benchmark.length.c index 6830a512c42a..dc6a43486daa 100644 --- a/lib/node_modules/@stdlib/math/strided/special/dfloor/benchmark/c/benchmark.length.c +++ b/lib/node_modules/@stdlib/math/strided/special/dfloor/benchmark/c/benchmark.length.c @@ -125,6 +125,7 @@ static double benchmark( int iterations, int len ) { } t = tic(); for ( i = 0; i < iterations; i++ ) { + // cppcheck-suppress uninitvar stdlib_strided_dfloor( len, x, 1, y, 1 ); if ( y[ 0 ] != y[ 0 ] ) { printf( "should not return NaN\n" );