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: Ivan Kanis
Subject: Re: how to turn off cl warning
Date: Sat, 15 Dec 2012 11:55:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Bastien <address@hidden> wrote:

> You canremove cl-functions from `byte-compile-warning-types'.

I tried:

(eval-when-compile
  (require 'cl)
  (setq byte-compile-warning-type
        (remove 'cl-functions byte-compile-warning-types)))

But got one more warning for my effort:

In toplevel form:
wpuzzle.el:50:9:Warning: assignment to free variable
    `byte-compile-warning-type'

In wpuzzle-is-deck-good:
wpuzzle.el:105:70:Warning: function `remove-duplicates' from cl package called
    at runtime

-- 
Ivan Kanis
http://ivan.kanis.fr

A faith is something you die for; a doctrine is something you kill
for: there is all the difference in the world.
    -- Tony Benn



reply via email to

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