From: Jacques Robin
Subject: Q: Disabling CMUCL warnings?
Date: 
Message-ID: <31AE0B1D.441C@di.ufpe.br>
Hi there,

Could anyone tell me how to disable warning messages in Carnegie Mellon
University Common Lisp?

I am running the FUF software on top of CMUCL. FUF was initially
developped for Lucid and then Allegro Common Lisps. When run on CMUCL,
extremely distracting warning messages about variables defined but never
used (they are defined in lets that surround macro calls if it is 
in anyway relevant) keep creeping in the middle of the execution.

I am both (1) surprised that warning messages would appear at all at
interpretation time (what's the point?) and (2) clueless about turning
them off. I have tried (setf extensions:inhinit-warnings 3) to no 
effect. 

Has anyone already experienced similar problems when switching from
Lucid or Allegro to CMU and could tell me what the trick is to get rid
of these warnings, preferably without touching the source code?

Thanks very much in advance for any hint,

Jacques.