Skip to content

Commit 7ad8189

Browse files
committed
chore: fix C lint errors (issue #8121)
1 parent ba14b89 commit 7ad8189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/strided/dmeanstdev/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ static double benchmark( int iterations, int len ) {
109109

110110
t = tic();
111111
for ( i = 0; i < iterations; i++ ) {
112+
// cppcheck-suppress uninitvar
112113
stdlib_strided_dmeanstdev( len, 1.0, x, 1, out, 1 );
113114
if ( out[ i%2 ] != out[ i%2 ] ) {
114115
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)