quicklisp / quicklisp-client

Quicklisp client.
http://www.quicklisp.org/
MIT License
298 stars 74 forks source link

Compiler notes during installation #231

Open kilianmh opened 4 months ago

kilianmh commented 4 months ago

sbcl gives the following 2 compiler notes:

; 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