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/integral_approximation.cpp#L47
comparison of integers of different signs: 'int' and 'uint64_t' (aka 'unsigned long long') [-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]
|
Run cmake -B ./build -S .:
math/realtime_stats.cpp#L158
unused parameter 'argv' [-Wunused-parameter]
|
Run cmake -B ./build -S .:
others/iterative_tree_traversals.cpp#L221
comparison of integers of different signs: 'int' and 'size_type' (aka 'unsigned long') [-Wsign-compare]
|
Loading