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