Skip to content

Commit 99a8508

Browse files
authored
chore: fix C lint error
PR-URL: #5804 Closes: #5792 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: hemantmm <[email protected]>
1 parent 1f73fef commit 99a8508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/math/strided/special/sramp/benchmark/c/benchmark.length.c

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ static double benchmark( int iterations, int len ) {
125125
}
126126
t = tic();
127127
for ( i = 0; i < iterations; i++ ) {
128+
// cppcheck-suppress uninitvar
128129
stdlib_strided_sramp( len, x, 1, y, 1 );
129130
if ( y[ 0 ] != y[ 0 ] ) {
130131
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)