Snippets for sbcl 2.6.7 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/community/sbcl/sbcl-2.6.7-r0.log.
-
var-io.c:235:63: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 235 | lose("Zstd uncompressed size is wrong for input %p: %ld vs %d (%s)", | ~~^ | | | long int | %d 236 | (void*)l_input, result, buffer_length, ZSTD_getErrorName(result)); | ~~~~~~ | | | size_t {aka unsigned int} -
gencgc.c:2067:13: warning: 'sticky_preserve_pointer' defined but not used [-Wunused-function] 2067 | static void sticky_preserve_pointer(os_context_register_t register_word, void* arg) | ^~~~~~~~~~~~~~~~~~~~~~~ -
/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> | ^~~~~~~