ASDF checks for warnings and errors when a file is compiled. The
variables *compile-file-warnings-behaviour*
and
*compile-file-errors-behavior*
controls the handling of any
such events. The valid values for these variables are :error
,
:warn
, and :ignore
.