cleanup: clang-tidy #716
GitHub Actions / Clang-Tidy
failed
Oct 17, 2024 in 0s
[Clang-Tidy] 3 warnings
[Clang-Tidy] 3 warnings
Annotations
Check warning on line 45 in src/limestone/sorting_context.h
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
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
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
Loading