## C Linting Failures Linting failures were detected in the automated lint workflow run. ### Workflow Details - Run: https://github.com/stdlib-js/stdlib/actions/runs/14606898073 - Type: C Linting - Date: 2025-04-23 00:13:52 UTC ### Error Details ``` lib/node_modules/@stdlib/stats/base/smeankbn2/benchmark/c/benchmark.length.c:110:38: warning: Uninitialized variable: x [uninitvar] v = stdlib_strided_smeankbn2( len, x, 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>".
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
Error Details
Pull Request Instructions
"chore: fix C lint errors (issue #<ISSUE_NUMBER>)".