fix compilation on mac and linux #67
Annotations
10 warnings
include/i18n_keyval/src/i18n_keyval/util/file.cpp#L22
ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
|
sayaslicer/notifications.hpp#L10
enumeration value ‘None’ not handled in switch [-Wswitch]
|
sayaslicer/notifications.hpp#L10
enumeration value ‘COUNT’ not handled in switch [-Wswitch]
|
sayaslicer/audio.cpp#L64
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
sayaslicer/audio.cpp#L104
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
|
sayaslicer/audio.cpp#L124
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
|
sayaslicer/audio.cpp#L188
comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
|
sayaslicer/base_convert.cpp#L41
comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
|
sayaslicer/notifications.hpp#L10
enumeration value ‘None’ not handled in switch [-Wswitch]
|
sayaslicer/notifications.hpp#L10
enumeration value ‘COUNT’ not handled in switch [-Wswitch]
|
This job succeeded
Loading