emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to turn off cl warning


From: Grégoire Jadi
Subject: Re: how to turn off cl warning
Date: Sat, 15 Dec 2012 12:51:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Ivan Kanis <address@hidden> writes:

> Hi,
>
> When I compile my program I get the following warnings:
>
> In wpuzzle-format-game-over:
> wpuzzle.el:185:46:Warning: function `coerce' from cl package called at runtime
>
> I want to use coerce, how do I turn off the warning. I have attached the
> file I am compiling.

You can disable those warnings like this:

(byte-compile-disable-warning 'cl-functions)

Attachment: pgpnryxLbWkGp.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]