Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 414da4a

Browse files
chore: fix C lint errors
PR-URL: #7901 Closes: #7899 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 02911b0 commit 414da4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎lib/node_modules/@stdlib/math/strided/special/smsktrunc/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_smsktrunc( 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)

AltStyle によって変換されたページ (->オリジナル) /