Closed
Description
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
- Run: https://github.com/stdlib-js/stdlib/actions/runs/15501940554
- Type: C Linting
- Date: 2025-06-07 00:14:13 UTC
Error Details
lib/node_modules/@stdlib/blas/ext/base/dsnannsumors/benchmark/c/benchmark.length.c:116:41: warning: Uninitialized variable: x [uninitvar]
v = stdlib_strided_dsnannsumors( len, x, 1, &n );
^
--
^
lib/node_modules/@stdlib/blas/ext/base/dsnannsumors/benchmark/c/benchmark.length.c:155:49: warning: Uninitialized variable: x [uninitvar]
v = stdlib_strided_dsnannsumors_ndarray( len, x, 1, 0, &n );
^
Pull Request Instructions
- Please use the following PR title format:
"chore: fix C lint errors (issue #<ISSUE_NUMBER>)". - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".
Metadata
Metadata
Assignees
Labels
No labels