Enable cross-compiling of HogMaker #1737
Annotations
10 warnings
Build Release:
2dlib/memsurf.cpp#L269
unused variable ‘sbm’ [-Wunused-variable]
|
Build Release:
2dlib/memsurf.cpp#L142
‘grMemSurf_object’ defined but not used [-Wunused-variable]
|
Build Release:
2dlib/font.cpp#L180
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
Build Release:
2dlib/font.cpp#L643
variable ‘width’ set but not used [-Wunused-but-set-variable]
|
Build Release:
2dlib/pen.cpp#L136
variable ‘xa’ set but not used [-Wunused-but-set-variable]
|
Build Release:
2dlib/pen.cpp#L136
variable ‘ya’ set but not used [-Wunused-but-set-variable]
|
Build Release:
2dlib/pen.cpp#L136
variable ‘xb’ set but not used [-Wunused-but-set-variable]
|
Build Release:
2dlib/pen.cpp#L136
variable ‘yb’ set but not used [-Wunused-but-set-variable]
|
Build Release:
2dlib/pentext.cpp#L343
comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
|
Build Release:
2dlib/pentext.cpp#L349
comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
|
Loading