[pre-commit.ci] pre-commit autoupdate #785
Annotations
10 warnings
⚙️ Build
this statement may fall through [-Wimplicit-fallthrough=]
|
⚙️ Build
unused variable 'hand' [-Wunused-variable]
|
⚙️ Build
variable 'old' set but not used [-Wunused-but-set-variable]
|
⚙️ Build
the compiler can assume that the address of 't' will never be NULL [-Waddress]
|
⚙️ Build
the compiler can assume that the address of 't' will never be NULL [-Waddress]
|
⚙️ Build
nonnull argument 't' compared to NULL [-Wnonnull-compare]
|
⚙️ Build
comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'unsigned int'} [-Wsign-compare]
|
⚙️ Build
comparison of integer expressions of different signedness: 'std::size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
|
⚙️ Build
comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'unsigned int'} [-Wsign-compare]
|
⚙️ Build
comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'unsigned int'} [-Wsign-compare]
|
Loading