Fix some compiler warnings in the 2dlib directory #1948
Annotations
10 warnings
Build Release:
AudioEncode/aencode.cpp#L959
comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘AudioError’ [-Wsign-compare]
|
Build Release:
2dlib/font.cpp#L634
variable ‘width’ set but not used [-Wunused-but-set-variable]
|
Build Release:
2dlib/memsurf.cpp#L268
unused variable ‘sbm’ [-Wunused-variable]
|
Build Release:
2dlib/surface.cpp#L457
‘grerr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
Build Release:
bitmap/iff.cpp#L385
unused variable ‘newsig’ [-Wunused-variable]
|
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#L578
unused variable ‘num_counted’ [-Wunused-variable]
|
Build Release:
bitmap/bitmain.cpp#L648
comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
|
Loading