Fix some compiler warnings in the 2dlib directory #1948
Annotations
10 warnings
Build Release:
AudioEncode/aencode.cpp#L146
unused variable 'T911' [-Wunused-const-variable]
|
Build Release:
AudioEncode/aencode.cpp#L147
unused variable 'T913' [-Wunused-const-variable]
|
Build Release:
AudioEncode/aencode.cpp#L148
unused variable 'T1266' [-Wunused-const-variable]
|
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#L177
variable 'grerr' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
|
Build Release:
2dlib/surface.cpp#L450
variable 'grerr' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
|
Build Release:
bitmap/iff.cpp#L177
explicitly assigning value of variable of type 'uint32_t' (aka 'unsigned int') to itself [-Wself-assign]
|
Build Release:
bitmap/iff.cpp#L349
logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
|
Build Release:
bitmap/iff.cpp#L385
unused variable 'newsig' [-Wunused-variable]
|
Loading