Skip to content
Snippets Groups Projects
Commit 67b9c7a9 authored by Daniel Barlow's avatar Daniel Barlow
Browse files

less harsh default for *compile-file-warnings-behaviour*

parent 4a6a10ed
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
(proclaim '(optimize (debug 3))) (proclaim '(optimize (debug 3)))
(declaim (optimize (debug 3))) (declaim (optimize (debug 3)))
(defvar *compile-file-warnings-behaviour* :error) (defvar *compile-file-warnings-behaviour* :warn)
(defvar *compile-file-failure-behaviour* :error) (defvar *compile-file-failure-behaviour* :error)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment