Snippets for angband 4.2.5 from Alpine armv7
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armv7/testing/angband/angband-4.2.5-r0.log.
-
z-color.c:170:15: warning: comparison is always false due to limited range of data type [-Wtype-limits] 170 | if (c < 0) return (c); | ^ -
ui-knowledge.c:343:56: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 343 | if (*char_left_ptr + eff_width <= MIN(255, (int)c + frame_right)) | ^~ -
ui-knowledge.c:485:79: warning: comparison of integer expressions of different signedness: 'wchar_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 485 | *char_left_ptr + (width / tile_width) <= | ^~ -
main-spoil.c:126:48: warning: comparison is always true due to limited range of data type [-Wtype-limits] 126 | && ulv <= 4294967295) { | ^~ -
borg/borg4.c:2948:17: warning: the comparison will always evaluate as 'true' for the address of 'brands' will never be NULL [-Waddress] 2948 | if (item->brands) | ^~~~ -
borg/borg6.c:5355:17: warning: the comparison will always evaluate as 'true' for the address of 'slays' will never be NULL [-Waddress] 5355 | if (!obj->slays || !obj->slays[i]) continue; | ^