Descent 3 Build #28
Annotations
10 warnings
fix/fix.cpp#L157
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
fix/fix.cpp#L165
dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
fix/fix.cpp#L157
‘nf’ is used uninitialized [-Wuninitialized]
|
fix/fix.cpp#L165
‘nf’ is used uninitialized [-Wuninitialized]
|
AudioEncode/aencode.cpp#L959
comparison of integer expressions of different signedness: ‘int32_t’ {aka ‘int’} and ‘AudioError’ [-Wsign-compare]
|
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/font.cpp#L180
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
This job succeeded
Loading