From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Nonsensical byte compiler warning. Date: Sun, 01 Apr 2007 19:14:42 +0200 Message-ID: <85ps6okoe5.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175447698 27119 80.91.229.12 (1 Apr 2007 17:14:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Apr 2007 17:14:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 01 19:14:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HY3dj-0000a0-2r for ged-emacs-devel@m.gmane.org; Sun, 01 Apr 2007 19:14:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY3gf-0001gh-3f for ged-emacs-devel@m.gmane.org; Sun, 01 Apr 2007 13:17:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HY3gc-0001gc-1Q for emacs-devel@gnu.org; Sun, 01 Apr 2007 13:17:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HY3gZ-0001gQ-IK for emacs-devel@gnu.org; Sun, 01 Apr 2007 13:17:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY3gZ-0001gN-D4 for emacs-devel@gnu.org; Sun, 01 Apr 2007 13:17:47 -0400 Original-Received: from mail-in-11.arcor-online.net ([151.189.21.51]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HY3dc-0007gE-Jg for emacs-devel@gnu.org; Sun, 01 Apr 2007 13:14:44 -0400 Original-Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-11.arcor-online.net (Postfix) with ESMTP id 08B0C1174F for ; Sun, 1 Apr 2007 19:14:43 +0200 (CEST) Original-Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id EB6672D3AE1 for ; Sun, 1 Apr 2007 19:14:42 +0200 (CEST) Original-Received: from lola.goethe.zz (dslb-084-061-055-024.pools.arcor-ip.net [84.61.55.24]) by mail-in-05.arcor-online.net (Postfix) with ESMTP id CEE3F12EDFA for ; Sun, 1 Apr 2007 19:14:42 +0200 (CEST) Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 6B9021C460AC; Sun, 1 Apr 2007 19:14:42 +0200 (CEST) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68889 Archived-At: Hi, when compiling the latest source (with "make cvs-update" in the lisp subdirectory), I get Compiling /home/tmp/emacs/lisp/progmodes/cc-cmds.el... In c-end-of-defun: progmodes/cc-cmds.el:1612:4:Warning: value returned by `char-after' is not used Wrote /home/tmp/emacs/lisp/progmodes/cc-cmds.elc There is no char-after at the given line, just an (interactive "p") form. This does not actually make any sense whatsoever. I have no idea where this compiler warning is supposed to come from. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum