Snippets for apl 1.9 from Alpine x86_64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86_64/testing/gnu-apl/gnu-apl-1.9-r0.log.
-
Missing_Libraries.cc:98:14: warning: comparing the result of pointer addition '(((const char*)"./configure \'CXX_WERROR=no\' \'--build=x86_64-alpine-linux-musl\' \'--host=x86_64-alpine-linux-musl\' \'--prefix=/usr\' \'--sysconfdir=/etc\' \'--mandir=/usr/share/man\' \'--localstatedir=/var\' \'build_alias=x86_64-alpine-linux-musl\' \'host_alias=x86_64-alpine-linux-musl\' \'CC=gcc\' \'CFLAGS=-Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt\' \'LDFLAGS=-Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs\' \'CXX=g++\' \'CXXFLAGS=-Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt\'") + 24)' and NULL [-Waddress] 98 | strstr(cfg_CONFIGURE_ARGS, "=no")) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h> [-Wcpp] 1 | #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h> | ^~~~~~~ -
LvalCell.hh:59:27: warning: array subscript 'const LvalCell[0]' is partly outside array bounds of 'const Cell [0]' [-Warray-bounds=] 59 | { return value.pval.owner; } | ^~~~~