[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hiding warnings
- To: <info-macl@cambridge.apple.com>
- Subject: Hiding warnings
- From: CXEA000 <CXEA@MCGILLA.BITNET>
- Date: Thu, 11 Jul 91 12:34:42 EDT
Is there any way to turn of those anonying warning messages?
I am trying to tranfer some code which normally runs on CLOS on the
Unix system to MCL and it gives these warning messages. I want to shut
these messages off until I get time to fix the code. Any help will
be appreciated.
------------------
In MACL 1.x you can just set *warn-if-redefine* to nil to stop
redefinition warnings and *compiler-warnings* to nil if you want
to stop compiler warnings. (pg. 246 of the 1.3.2 manual)
Chris