Skip to content

chore: use annotations instead of in house linter (#2905) #8646

chore: use annotations instead of in house linter (#2905)

chore: use annotations instead of in house linter (#2905) #8646

Triggered via push November 24, 2024 07:44
Status Success
Total duration 3m 55s
Artifacts
Code Formatter
37s
Matrix: Compile checks

Annotations

20 warnings
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]
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/kadanes3.cpp#L31
comparison of integers of different signs: 'int' and 'uint64_t' (aka 'unsigned long long') [-Wsign-compare]