Open kilianmh opened 4 months ago
sbcl gives the following 2 compiler notes:
sbcl
; file: .../quicklisp/http.lisp ; in: DEFUN PROCESS-HEADER ; (ERROR "Unable to process HTTP header") ; ; note: deleting unreachable code
; file: .../quicklisp/dist.lisp ; in: DEFUN CONFIG-FILE-INITARGS ; (INTERN (FUNCALL QL-DIST::*INITARG-CASE-CONVERTER* STRING) 'KEYWORD) ; ; note: deleting unreachable code
sbcl
gives the following 2 compiler notes: