Fix some compiler warnings in the 2dlib directory #1948
Annotations
10 warnings
Build Debug:
AudioEncode/aencode.cpp#L146
unused variable 'T911' [-Wunused-const-variable]
|
Build Debug:
AudioEncode/aencode.cpp#L147
unused variable 'T913' [-Wunused-const-variable]
|
Build Debug:
AudioEncode/aencode.cpp#L148
unused variable 'T1266' [-Wunused-const-variable]
|
Build Debug:
bitmap/bitmain.cpp#L578
unused variable 'num_counted' [-Wunused-variable]
|
Build Debug:
bitmap/bitmain.cpp#L644
unused variable 'cur_len' [-Wunused-variable]
|
Build Debug:
bitmap/bitmain.cpp#L655
unused variable 'last' [-Wunused-variable]
|
Build Debug:
bitmap/iff.cpp#L177
explicitly assigning value of variable of type 'uint32_t' (aka 'unsigned int') to itself [-Wself-assign]
|
Build Debug:
bitmap/iff.cpp#L349
logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
|
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]
|
Loading