29 Oct
2014
29 Oct
'14
10:57 p.m.
I figured out my problem: my code was not calling (enable-deferred-warnings-check). Sorry for the noise. I was not even aware of ENABLE-DEFERRED-WARNINGS-CHECK. What is the reason for suppressing defer-able warnings by default? As far as I understand the distinction between normal and deferred warnings is implementation-specific, so ASDF probably suppress different sets of warnings on different CL implementations. Thanks, Ilya