Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83bf18f

Browse files
authored
chore: fix C lint errors
PR-URL: #6895 Closes: #6887 Reviewed-by: Athan Reines <[email protected]>
1 parent 15db561 commit 83bf18f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dmeanvarpn/benchmark/c/benchmark.length.c

+1
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_dmeanvarpn( len, 1, x, 1, out, 1 );
113114
if ( out[ i%2 ] != out[ i%2 ] ) {
114115
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)