Commit edb29c1e authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

Add information on changing the handling of compiler warnings.

(Should this variable be exported?)
parent 671f6aee
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
$Id: README,v 1.31 2003/03/17 18:58:23 dan_b Exp $         -*- Text -*-
$Id: README,v 1.32 2003/05/27 22:03:16 kevinrosenberg Exp $         -*- Text -*-


asdf: another system definition facility          
@@ -619,6 +619,13 @@ Operations may go wrong (for example when source files contain
errors).  These are signalled using generalised instances of
OPERATION-ERROR

* Compilation warning handling

ASDF checks for compiler warnings when a file is compiled. The
variable asdf::*compile-file-warnings-behaviour* controls the handling
of any such warnings. The default value is :error or :warn, depending
upon the Common Lisp implementation. This variable can be set to
:ignore if you want ASDF to ignore any compiler warnings.

----------------------------------------------------------
                      TODO List
+6 −0
Original line number Diff line number Diff line
cl-asdf (1.73) unstable; urgency=low

  * Update README to mention asdf::*compile-file-warnings-behaviour*

 -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 27 May 2003 16:00:36 -0600

cl-asdf (1.72) unstable; urgency=low

  * New upstream