Snippets for sbcl 2.6.8 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/sbcl/2.6.8/1.fc46/data/logs/x86_64/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); | ^~~~~~~~~~~~~~~~~~~ -
x86-64-arch.c:90:17: warning: type of 'callback_wrapper_trampoline' does not match original declaration [-Wlto-type-mismatch] 90 | extern void callback_wrapper_trampoline(); | ^ -
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); | ^ -
../src/runtime/x86-64-arch.c:90:17: warning: type of 'callback_wrapper_trampoline' does not match original declaration [-Wlto-type-mismatch] 90 | extern void callback_wrapper_trampoline(); | ^ -
../src/runtime/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); | ^