Skip to content

Fix C lint errors #8170

@stdlib-bot

Description

@stdlib-bot

C Linting Failures

Linting failures were detected in the automated lint workflow run.

Workflow Details

Error Details


lib/node_modules/@stdlib/number/uint32/base/mul/test/fixtures/c/runner.c:143:46: style: Parameter 'x' can be declared as pointer to const [constParameterPointer]
void ui32_to_f64( double *out, unsigned int *x, unsigned int len ) {
                                             ^
lib/node_modules/@stdlib/number/uint32/base/mul/test/fixtures/c/runner.c:158:46: style: Parameter 'x' can be declared as pointer to const [constParameterPointer]
void f64_to_ui32( unsigned int *out, double *x, unsigned int len ) {
                                             ^
lib/node_modules/@stdlib/number/uint32/base/mul/test/fixtures/c/runner.c:262:30: style: Parameter 'a' can be declared as pointer to const [constParameterPointer]
void generate( unsigned int *a, unsigned int *b, const unsigned int len, const char *name ) {
                             ^
lib/node_modules/@stdlib/number/uint32/base/mul/test/fixtures/c/runner.c:262:47: style: Parameter 'b' can be declared as pointer to const [constParameterPointer]
void generate( unsigned int *a, unsigned int *b, const unsigned int len, const char *name ) {
                                              ^

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions