Fix C lint errors
stdlib-bot opened this issue · 0 comments
stdlib-bot commented
C Linting Failures
Linting failures were detected in the automated lint workflow run.
Workflow Details
- Run: https://github.com/stdlib-js/stdlib/actions/runs/13981675288
- Type: C Linting
- Date: 2025-03-21 00:11:29 UTC
Error Details
lib/node_modules/@stdlib/math/base/special/floor10/src/addon.c:22:1: style: Local variable 'stdlib_base_floor10' shadows outer function [shadowFunction]
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_floor10 )
^
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>".