chore: fix permission issues in cpp-linter #8652
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/kadanes3.cpp#L31
comparison of integers of different signs: 'int' and 'uint64_t' (aka 'unsigned long long') [-Wsign-compare]
|
Loading