Skip to content

Commit ea63aeb

Browse files
authored
chore: fix C lint errors
PR-URL: #7219 Closes: #7079 Reviewed-by: Athan Reines <[email protected]>
1 parent 65403c9 commit ea63aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ static double benchmark( int iterations, int len ) {
113113
v = 0.0;
114114
t = tic();
115115
for ( i = 0; i < iterations; i++ ) {
116+
// cppcheck-suppress uninitvar
116117
v = stdlib_strided_dnanmskmin( len, x, 1, mask, 1 );
117118
if ( v != v ) {
118119
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)