Snippets for 9base 6 from Alpine ppc64le
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/testing/9base/9base-6-r2.log.
-
/usr/include/sys/termios.h:1:2: warning: #warning redirecting incorrect #include <sys/termios.h> to <termios.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/termios.h> to <termios.h> | ^~~~~~~ -
regexp.c:497:39: warning: unsigned conversion from 'int' to 'Rune' {aka 'short unsigned int'} changes value from '1114111' to '65535' [-Woverflow] 497 | classp[n+0] = Runemax; | ^~~~~~~ -
t6.c:731:45: warning: '%s' directive writing up to 127 bytes into a region of size 123 [-Wformat-overflow=] 731 | sprintf(pathname, "%s/dev%s/%s", fontdir, devname, shortname); | ^~ ~~~~~~~~~