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/13232659763
- Type: C Linting
- Date: 2025-02-10 03:05:51 UTC
Error Details
lib/node_modules/@stdlib/stats/base/dnanvariancetk/examples/c/example.c:25:9: style: Variable 'x' can be declared as const array [constVariable]
double x[] = { 1.0, 2.0, 0.0/0.0, 3.0, 0.0/0.0, 4.0, 5.0, 6.0, 0.0/0.0, 7.0, 8.0, 0.0/0.0 };
^
--
lib/node_modules/@stdlib/stats/base/dsnanmean/benchmark/c/benchmark.length.c:110:38: warning: Uninitialized variable: x [uninitvar]
v = stdlib_strided_dsnanmean( len, x, 1 );
^