Skip to content

Commit 295552a

Browse files
authored
chore: fix C lint errors
PR-URL: stdlib-js#7052 Closes: stdlib-js#7004 Reviewed-by: Athan Reines <[email protected]>
1 parent 79bdf8d commit 295552a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dmeanstdevpn/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_dmeanstdevpn( 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)