chore: use annotations instead of in house linter #8645
Annotations
10 warnings
Run cmake -B ./build -S .:
math/eulers_totient_function.cpp#L79
unused parameter ‘argc’ [-Wunused-parameter]
|
Run cmake -B ./build -S .:
math/eulers_totient_function.cpp#L79
unused parameter ‘argv’ [-Wunused-parameter]
|
Run cmake -B ./build -S .:
math/gcd_iterative_euclidean.cpp#L16
suggest parentheses around comparison in operand of ‘|’ [-Wparentheses]
|
Run cmake -B ./build -S .:
math/gcd_recursive_euclidean.cpp#L15
suggest parentheses around comparison in operand of ‘|’ [-Wparentheses]
|
Run cmake -B ./build -S .:
math/integral_approximation.cpp#L47
comparison of integer expressions of different signedness: ‘int’ and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
Run cmake -B ./build -S .:
math/modular_division.cpp#L113
unused parameter ‘argc’ [-Wunused-parameter]
|
Run cmake -B ./build -S .:
math/modular_division.cpp#L113
unused parameter ‘argv’ [-Wunused-parameter]
|
Run cmake -B ./build -S .:
math/n_choose_r.cpp#L80
unused parameter ‘argc’ [-Wunused-parameter]
|
Run cmake -B ./build -S .:
math/n_choose_r.cpp#L80
unused parameter ‘argv’ [-Wunused-parameter]
|
Run cmake -B ./build -S .:
math/realtime_stats.cpp#L158
unused parameter ‘argc’ [-Wunused-parameter]
|
Loading