Linting failures were detected in the automated lint workflow run.
lib/node_modules/@stdlib/math/strided/special/smskinv/benchmark/c/benchmark.length.c:131:32: warning: Uninitialized variable: x [uninitvar]
stdlib_strided_smskinv( len, x, 1, m, 1, y, 1 );
^
--
^
lib/node_modules/@stdlib/math/strided/special/smskinv/benchmark/c/benchmark.length.c:131:38: warning: Uninitialized variable: m [uninitvar]
stdlib_strided_smskinv( len, x, 1, m, 1, y, 1 );
^
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>)".