From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vitalie Spinu Newsgroups: gmane.emacs.devel Subject: How to silence "Unknown slot" compiler warnings? Date: Mon, 15 Feb 2016 21:15:50 +0100 Message-ID: <8760xpn30p.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1455567385 19190 80.91.229.3 (15 Feb 2016 20:16:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 20:16:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 15 21:16:16 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aVPZ8-0007dO-GQ for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 21:16:14 +0100 Original-Received: from localhost ([::1]:35900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPZ4-0006fR-6m for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 15:16:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPZ0-0006fC-Qi for emacs-devel@gnu.org; Mon, 15 Feb 2016 15:16:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVPYx-00078A-Kf for emacs-devel@gnu.org; Mon, 15 Feb 2016 15:16:06 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:51126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVPYx-000786-DG for emacs-devel@gnu.org; Mon, 15 Feb 2016 15:16:03 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aVPYt-0007Vl-U7 for emacs-devel@gnu.org; Mon, 15 Feb 2016 21:16:00 +0100 Original-Received: from ma-130-115-179-74.mobile-devices.eur.nl ([130.115.179.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Feb 2016 21:15:59 +0100 Original-Received: from spinuvit by ma-130-115-179-74.mobile-devices.eur.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Feb 2016 21:15:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ma-130-115-179-74.mobile-devices.eur.nl User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:HbY72eo7horm5evuu8etN3cYNGY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199991 Archived-At: Hi, I am getting loads of "Unknown slot" messages during compilation of my package. Why are they happening and how can I silence them? 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. Thanks, Vitalie GNU Emacs 25.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.7) of 2016-01-21