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: Thierry Volpiatto
Subject: Re: how to turn off cl warning
Date: Sat, 15 Dec 2012 10:34:21 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.90 (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.
Add to eof:

;; Local variables:
;; byte-compile-warnings: (not cl-functions)
;; End:


> I have attached the file I am compiling.

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




reply via email to

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