Skip to content

Commit 6caaaed

Browse files
authored
chore: fix C lint errors
PR-URL: #7071 Closes: #7061 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 0723bf6 commit 6caaaed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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_dfloor( len, x, 1, y, 1 );
129130
if ( y[ 0 ] != y[ 0 ] ) {
130131
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)