Skip to content

Compiler notes during installation #231

Open
@kilianmh

Description

@kilianmh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Compiler notes during installation · Issue #231 · quicklisp/quicklisp-client