Skip to content

Commit f00f57b

Browse files
authored
chore: fix C lint errors
PR-URL: #7550 Closes: #7549 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent b43ad79 commit f00f57b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ static double benchmark( int iterations, int len ) {
128128
}
129129
t = tic();
130130
for ( i = 0; i < iterations; i++ ) {
131+
// cppcheck-suppress uninitvar
131132
stdlib_strided_dmskramp( len, x, 1, m, 1, y, 1 );
132133
if ( y[ 0 ] != y[ 0 ] ) {
133134
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)