8000 chore: fix C lint errors · stdlib-js/stdlib@da3653b · GitHub
[go: up one dir, main page]

Skip to content

Commit da3653b

Browse files
authored
chore: fix C lint errors
PR-URL: #7545 Closes: #7544 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 89be55e commit da3653b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ static double benchmark( int iterations, int len ) {
107107
}
108108
t = tic();
109109
for ( i = 0; i < iterations; i++ ) {
110+
// cppcheck-suppress uninitvar
110111
stdlib_strided_dabs( len, x, 1, y, 1 );
111112
if ( y[ 0 ] != y[ 0 ] ) {
112113
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)
0