-
-
Notifications
You must be signed in to change notification settings - Fork 947
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/19184534389
- Type: C Linting
- Date: 2025-11-08 00:20:17 UTC
Error Details
lib/node_modules/@stdlib/blas/base/dasum/benchmark/c/benchmark.length.c:110:21: warning: Uninitialized variable: x [uninitvar]
y = c_dasum( len, x, 1 );
^
--
^
lib/node_modules/@stdlib/blas/base/dasum/benchmark/c/benchmark.length.c:143:29: warning: Uninitialized variable: x [uninitvar]
y = c_dasum_ndarray( len, x, 1, 0 );
^
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