Skip to content

cleanup: clang-tidy #715

cleanup: clang-tidy

cleanup: clang-tidy #715

GitHub Actions / Clang-Tidy failed Oct 17, 2024 in 0s

[Clang-Tidy] 4 warnings

[Clang-Tidy] 4 warnings

Annotations

Check warning on line 45 in src/limestone/sorting_context.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-avoid-const-params-in-decls

parameter 'sid' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions 

Check warning on line 45 in src/limestone/sorting_context.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-avoid-const-params-in-decls

parameter 'wv' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions 

Check warning on line 46 in src/limestone/sorting_context.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-avoid-const-params-in-decls

parameter 'sid' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions 

Check warning on line 47 in src/limestone/sorting_context.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

modernize-use-nodiscard

function 'get_clear_storage' should be marked [[nodiscard]]