Skip to content

chore: fix permission issues in cpp-linter (#2907) #8653

chore: fix permission issues in cpp-linter (#2907)

chore: fix permission issues in cpp-linter (#2907) #8653

Triggered via push November 24, 2024 08:03
Status Success
Total duration 4m 29s
Artifacts
Code Formatter
24s
Code Formatter
Matrix: Compile checks
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Compile checks (macOS-latest): math/eulers_totient_function.cpp#L79
unused parameter 'argc' [-Wunused-parameter]
Compile checks (macOS-latest): math/eulers_totient_function.cpp#L79
unused parameter 'argv' [-Wunused-parameter]
Compile checks (macOS-latest): math/integral_approximation.cpp#L47
comparison of integers of different signs: 'int' and 'uint64_t' (aka 'unsigned long long') [-Wsign-compare]
Compile checks (macOS-latest): math/modular_division.cpp#L113
unused parameter 'argc' [-Wunused-parameter]
Compile checks (macOS-latest): math/modular_division.cpp#L113
unused parameter 'argv' [-Wunused-parameter]
Compile checks (macOS-latest): math/n_choose_r.cpp#L80
unused parameter 'argc' [-Wunused-parameter]
Compile checks (macOS-latest): math/n_choose_r.cpp#L80
unused parameter 'argv' [-Wunused-parameter]
Compile checks (macOS-latest): math/realtime_stats.cpp#L158
unused parameter 'argc' [-Wunused-parameter]
Compile checks (macOS-latest): math/realtime_stats.cpp#L158
unused parameter 'argv' [-Wunused-parameter]
Compile checks (macOS-latest): others/iterative_tree_traversals.cpp#L221
comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare]
Compile checks (ubuntu-latest): math/eulers_totient_function.cpp#L79
unused parameter ‘argc’ [-Wunused-parameter]
Compile checks (ubuntu-latest): math/eulers_totient_function.cpp#L79
unused parameter ‘argv’ [-Wunused-parameter]
Compile checks (ubuntu-latest): math/gcd_iterative_euclidean.cpp#L16
suggest parentheses around comparison in operand of ‘|’ [-Wparentheses]
Compile checks (ubuntu-latest): math/gcd_recursive_euclidean.cpp#L15
suggest parentheses around comparison in operand of ‘|’ [-Wparentheses]
Compile checks (ubuntu-latest): math/integral_approximation.cpp#L47
comparison of integer expressions of different signedness: ‘int’ and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
Compile checks (ubuntu-latest): math/modular_division.cpp#L113
unused parameter ‘argc’ [-Wunused-parameter]
Compile checks (ubuntu-latest): math/modular_division.cpp#L113
unused parameter ‘argv’ [-Wunused-parameter]
Compile checks (ubuntu-latest): math/n_choose_r.cpp#L80
unused parameter ‘argc’ [-Wunused-parameter]
Compile checks (ubuntu-latest): math/n_choose_r.cpp#L80
unused parameter ‘argv’ [-Wunused-parameter]
Compile checks (ubuntu-latest): math/realtime_stats.cpp#L158
unused parameter ‘argc’ [-Wunused-parameter]