[pre-commit.ci] auto fixes from pre-commit.com hooks #905
Annotations
10 warnings
⚙️ Build:
cpp-terminal/private/signals.cpp#L52
unused variable 'hand' [-Wunused-variable]
|
⚙️ Build:
cpp-terminal/private/signals.cpp#L173
variable 'old' set but not used [-Wunused-but-set-variable]
|
⚙️ Build:
cpp-terminal/stream.hpp#L52
the compiler can assume that the address of 't' will never be NULL [-Waddress]
|
⚙️ Build:
cpp-terminal/stream.hpp#L52
the compiler can assume that the address of 't' will never be NULL [-Waddress]
|
⚙️ Build:
cpp-terminal/stream.hpp#L52
nonnull argument 't' compared to NULL [-Wnonnull-compare]
|
⚙️ Build:
examples/kilo.cpp#L267
comparison between signed and unsigned integer expressions [-Wsign-compare]
|
⚙️ Build:
examples/kilo.cpp#L311
comparison between signed and unsigned integer expressions [-Wsign-compare]
|
⚙️ Build:
examples/kilo.cpp#L361
comparison between signed and unsigned integer expressions [-Wsign-compare]
|
⚙️ Build:
examples/kilo.cpp#L366
comparison between signed and unsigned integer expressions [-Wsign-compare]
|
⚙️ Build:
examples/kilo.cpp#L399
comparison between signed and unsigned integer expressions [-Wsign-compare]
|
Loading