Skip to content

docs, tests, fix: fit fibonacci_fast to contributing guidelines (#2893) #8665

docs, tests, fix: fit fibonacci_fast to contributing guidelines (#2893)

docs, tests, fix: fit fibonacci_fast to contributing guidelines (#2893) #8665

Triggered via push November 24, 2024 15:00
Status Success
Total duration 4m 0s
Artifacts
Code Formatter
25s
Code Formatter
Matrix: Compile checks
Fit to window
Zoom out
Zoom in

Annotations

20 warnings and 1 notice
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]
Run clang-format on math/fibonacci_fast.cpp: math/fibonacci_fast.cpp#L1
File math/fibonacci_fast.cpp does not conform to Custom style guidelines. (lines 12, 18, 45, 46, 49, 52, 163)