- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 926
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/15221211005
- Type: C Linting
- Date: 2025-05-24 00:13:24 UTC
Error Details
lib/node_modules/@stdlib/stats/base/dnanmskmin/benchmark/c/benchmark.length.c:116:39: warning: Uninitialized variable: x [uninitvar]
  v = stdlib_strided_dnanmskmin( len, x, 1, mask, 1 );
                                      ^
--
                                      ^
lib/node_modules/@stdlib/stats/base/dnanmskmin/benchmark/c/benchmark.length.c:116:45: warning: Uninitialized variable: mask [uninitvar]
  v = stdlib_strided_dnanmskmin( len, x, 1, mask, 1 );
                                            ^
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