Enable cross-compiling of HogMaker #2006
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Release:
AudioEncode/aencode.cpp#L959
comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘AudioError’ [-Wsign-compare]
|
Build Release:
bitmap/iff.cpp#L552
variable ‘form_len’ set but not used [-Wunused-but-set-variable]
|
Build Release:
bitmap/tga.cpp#L329
variable ‘data8bit’ set but not used [-Wunused-but-set-variable]
|
Build Release:
bitmap/tga.cpp#L541
variable ‘data8bit’ set but not used [-Wunused-but-set-variable]
|
Build Release:
bitmap/bitmain.cpp#L644
comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
|
Build Release:
bitmap/bitmain.cpp#L666
comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
|
Build Release:
bitmap/bitmain.cpp#L1285
unused variable ‘dp’ [-Wunused-variable]
|
Build Release:
bitmap/bitmain.cpp#L1286
unused variable ‘sp’ [-Wunused-variable]
|
Build Release:
bitmap/bitmain.cpp#L1290
unused variable ‘dmipped’ [-Wunused-variable]
|
Build Release:
bitmap/bitmain.cpp#L1482
‘shift’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Loading