Fix some compiler warnings in the 2dlib directory #1948
Annotations
10 warnings
Build Debug:
AudioEncode/aencode.cpp#L959
comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘AudioError’ [-Wsign-compare]
|
Build Debug:
bitmap/iff.cpp#L385
unused variable ‘newsig’ [-Wunused-variable]
|
Build Debug:
bitmap/iff.cpp#L552
variable ‘form_len’ set but not used [-Wunused-but-set-variable]
|
Build Debug:
bitmap/bitmain.cpp#L578
unused variable ‘num_counted’ [-Wunused-variable]
|
Build Debug:
bitmap/bitmain.cpp#L648
comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
|
Build Debug:
bitmap/bitmain.cpp#L644
unused variable ‘cur_len’ [-Wunused-variable]
|
Build Debug:
bitmap/bitmain.cpp#L671
comparison of integer expressions of different signedness: ‘uint32_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
|
Build Debug:
bitmap/bitmain.cpp#L655
unused variable ‘last’ [-Wunused-variable]
|
Build Debug:
bitmap/tga.cpp#L329
variable ‘data8bit’ set but not used [-Wunused-but-set-variable]
|
Build Debug:
bitmap/tga.cpp#L541
variable ‘data8bit’ set but not used [-Wunused-but-set-variable]
|
Loading