emacs-devel
[Top][All Lists]
Advanced

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

Re: How to silence "Unknown slot" compiler warnings?


From: Stephen Leake
Subject: Re: How to silence "Unknown slot" compiler warnings?
Date: Mon, 15 Feb 2016 15:13:09 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

Vitalie Spinu <address@hidden> writes:

> I am getting loads of "Unknown slot" messages during compilation of my
> package. Why are they happening and how can I silence them?

They happen because the byte compiler is pickier than you are about how
to spell the names of the slots.

> My use case is simple, define a class, create an object of that class and 
> store
> it in buffer local variable. Now, all instances of oref, oset and macros that
> operate on those objects generate this warning.

Please post the code (or at least some of it), and the warnings.

-- 
-- Stephe



reply via email to

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