Modernize Renderer #1683
Annotations
10 warnings
AudioEncode/aencode.cpp#L959
comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘AudioError’ [-Wsign-compare]
|
2dlib/surface.cpp#L322
variable ‘err’ set but not used [-Wunused-but-set-variable]
|
2dlib/surface.cpp#L516
variable ‘grerr’ set but not used [-Wunused-but-set-variable]
|
2dlib/surface.cpp#L673
variable ‘rowsize_w’ set but not used [-Wunused-but-set-variable]
|
2dlib/surface.cpp#L458
‘grerr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
2dlib/pen.cpp#L136
variable ‘xa’ set but not used [-Wunused-but-set-variable]
|
2dlib/pen.cpp#L136
variable ‘ya’ set but not used [-Wunused-but-set-variable]
|
2dlib/pen.cpp#L136
variable ‘xb’ set but not used [-Wunused-but-set-variable]
|
2dlib/pen.cpp#L136
variable ‘yb’ set but not used [-Wunused-but-set-variable]
|
2dlib/pentext.cpp#L343
comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
|
This job succeeded
Loading