Snippets for ace-of-penguins 1.4 from Alpine ppc64le
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/testing/ace-of-penguins/ace-of-penguins-1.4-r3.log.
-
table.c:516:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 516 | save[0] = (int)clip_saves; | ^ -
table.c:549:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 549 | clip_saves = (int *)clip_saves[0]; | ^ -
golf.c:109:20: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 109 | sprintf(s, "%2d", c); | ^ -
minesweeper.c:178:19: warning: '%03d' directive writing between 3 and 10 bytes into a region of size 4 [-Wformat-overflow=] 178 | sprintf(tmp, "%03d", untagged); | ^~~~ -
taipei.c:348:22: warning: '%3d' directive writing between 3 and 10 bytes into a region of size between 0 and 5 [-Wformat-overflow=] 348 | sprintf(tmp, " %3d %3d", num_tiles, c); | ^~~