From d9667bfae27d67af7495d151124772136afcc293 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 1 Jul 2020 19:35:13 +0100 Subject: [PATCH] dot/lisp-init.lisp: Add a missing stanza heading. --- dot/lisp-init.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/lisp-init.lisp b/dot/lisp-init.lisp index 0a8cb7e..24712fe 100644 --- a/dot/lisp-init.lisp +++ b/dot/lisp-init.lisp @@ -52,6 +52,7 @@ (set (find-symbol "*GLOBAL-DEBUGGER*" swank) nil) (apply (find-symbol "CREATE-SERVER" swank) args))) +;; Treat warnings as, err, warnings. #+asdf (setf asdf:*compile-file-failure-behaviour* :warn) -- 2.11.0