From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: `declare-function' and compiler warnings. Date: Mon, 28 Nov 2011 19:07:41 -0600 Message-ID: <8762i3wxb6.fsf@gmail.com> References: <87k46k587r.fsf@vh213601.truman.edu> Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322528880 6663 80.91.229.12 (29 Nov 2011 01:08:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2011 01:08:00 +0000 (UTC) Cc: jay.p.belanger@gmail.com, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 29 02:07:51 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RVCAo-0001nq-Kr for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2011 02:07:50 +0100 Original-Received: from localhost ([::1]:34700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVCAo-0006n6-2E for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2011 20:07:50 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVCAl-0006mn-1Z for emacs-devel@gnu.org; Mon, 28 Nov 2011 20:07:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVCAj-0006fP-VK for emacs-devel@gnu.org; Mon, 28 Nov 2011 20:07:46 -0500 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:39166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVCAj-0006fF-P0; Mon, 28 Nov 2011 20:07:45 -0500 Original-Received: by ghrr17 with SMTP id r17so7115278ghr.0 for ; Mon, 28 Nov 2011 17:07:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:reply-to:cc:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=zhdgtRqHwj50czVZFyHKEsAfsoH+C8K8hCP8Ii0+bCE=; b=aZ+iqxYxWud4G57vPG5o2/TKHZTmilqhFIxhUxTy1oOK/lPgPDLqp2QaxTuhIxve4+ wIsi4y7BpSUyWlzuNpYtnWuaTSI+m3wOmC4i4fqzObFrXMUv4Ux9/Gs7nsfU6RS83OIp nrXj0Pvf7wpySG70M/nSsJDEE1G7THMqha2uc= Original-Received: by 10.236.78.72 with SMTP id f48mr67209840yhe.121.1322528865183; Mon, 28 Nov 2011 17:07:45 -0800 (PST) Original-Received: from belanger-x100e (184-155-95-203.cpe.cableone.net. [184.155.95.203]) by mx.google.com with ESMTPS id l19sm97143917anc.14.2011.11.28.17.07.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Nov 2011 17:07:44 -0800 (PST) In-Reply-To: (Glenn Morris's message of "Mon, 28 Nov 2011 17:50:20 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:146330 Archived-At: Glenn Morris writes: >> I recently noticed that compiling `calc.el' results in a compiler >> warning: "the function `math-zerop' is not known to be defined". > > I also can't reproduce this. Thanks for checking this. (You too, Andreas.) > Since as you say math-zerop is autoloaded, I don't see how you can get > this warning. Perhaps you happened to compile with an incomplete/messed > up calc-loaddefs.el. I got the warning consistently on my other computer, but I just tried it on a different computer with no warning. (Up to date checkouts on both computers.) So I will take your advice and > Unless you can reproduce in a clean build I would forget about it.