[pre-commit.ci] pre-commit autoupdate #928
Annotations
10 warnings and 1 notice
|
examples/kilo.cpp#L575
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
|
|
examples/kilo.cpp#L402
comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
|
|
examples/kilo.cpp#L399
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
|
|
examples/kilo.cpp#L366
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
|
|
examples/kilo.cpp#L361
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
|
|
examples/kilo.cpp#L311
comparison of integers of different signs: 'std::size_t' (aka 'unsigned long long') and 'int' [-Wsign-compare]
|
|
examples/kilo.cpp#L267
comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long long') [-Wsign-compare]
|
|
cpp-terminal/stream.hpp#L52
implicit conversion between pointer-to-function and pointer-to-object is a Microsoft extension [-Wmicrosoft-cast]
|
|
cpp-terminal/private/signals.cpp#L173
variable 'old' set but not used [-Wunused-but-set-variable]
|
|
cpp-terminal/private/signals.cpp#L50
unused variable 'hand' [-Wunused-variable]
|
|
The windows-2019 runner image is being deprecated, consider switching to windows-2022(windows-latest) or windows-2025 instead. For more details see https://github.com/actions/runner-images/issues/12045.
|
The logs for this run have expired and are no longer available.
Loading