Snippets for sbcl 2.6.8 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/sbcl/2.6.8/1.fc46/data/logs/i686/build.log.
-
os-common.c:297:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 297 | read(fd, addr, len); | ^~~~~~~~~~~~~~~~~~~ -
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) | ^~~~~~~~~~~~~~~~~~~~~~~ -
save.c:732:13: warning: type of 'generate_elfcore_obj' does not match original declaration [-Wlto-type-mismatch] 732 | extern bool generate_elfcore_obj(const char *filename, FILE* input_core, | ^ -
monitor.c:336:17: warning: type of 'gc_and_save' does not match original declaration [-Wlto-type-mismatch] 336 | extern void gc_and_save(char*,bool,bool,bool,bool,int,int); | ^