[Openmcl-devel] Is there a way to suppress this warning?

Ron Garret ron at flownet.com
Thu Apr 30 11:08:32 PDT 2015


Nope, doesn’t work:

Welcome to Clozure Common Lisp Version 1.10-r16304M  (DarwinX8664)!
? (setf ccl:*WARN-IF-REDEFINE-KERNEL* nil)
NIL
? (flet ((+ () t)) t)
;Compiler warnings :
;   In an anonymous lambda form at position 0: Local function or macro name + shadows standard CL definition.
T
? 

On Apr 30, 2015, at 10:36 AM, Steven Núñez <steven.nunez at inference.sg> wrote:

> (setf ccl:*WARN-IF-REDEFINE-KERNEL* nil)
> 
> -----Original Message-----
> From: Openmcl-devel [mailto:openmcl-devel-bounces at clozure.com] On Behalf Of Ron Garret
> Sent: 30 April, 2015 09:11
> To: openmcl-devel at clozure.com Development
> Subject: [Openmcl-devel] Is there a way to suppress this warning?
> 
> Is there a way to suppress this warning?
> 
> ? (flet ((+ () t)) t)
> ;Compiler warnings :
> ;   In an anonymous lambda form at position 0: Local function or macro name + shadows standard CL definition.
> 
> rg
> 
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> https://lists.clozure.com/mailman/listinfo/openmcl-devel




More information about the Openmcl-devel mailing list