From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: warning fix Date: Mon, 14 Jul 2008 16:15:05 +0900 Message-ID: References: <20080712144418.GB76730@orion.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1216019797 30577 80.91.229.12 (14 Jul 2008 07:16:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 07:16:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Emanuele Giaquinta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 14 09:17:24 2008 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 1KIIJI-00035R-CJ for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 09:17:24 +0200 Original-Received: from localhost ([127.0.0.1]:45474 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIIIQ-0000bY-3a for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 03:16:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIIHn-0000RK-J3 for emacs-devel@gnu.org; Mon, 14 Jul 2008 03:15:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIIHm-0000QG-H5 for emacs-devel@gnu.org; Mon, 14 Jul 2008 03:15:50 -0400 Original-Received: from [199.232.76.173] (port=46215 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIIHm-0000Pu-9h for emacs-devel@gnu.org; Mon, 14 Jul 2008 03:15:50 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:5244) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KIIHm-0005cR-2l for emacs-devel@gnu.org; Mon, 14 Jul 2008 03:15:50 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIIHk-0005HP-VU for emacs-devel@gnu.org; Mon, 14 Jul 2008 03:15:49 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m6E7FGEl013407; Mon, 14 Jul 2008 16:15:16 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m6E7FFE1017036; Mon, 14 Jul 2008 16:15:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m6E7F5i5028367; Mon, 14 Jul 2008 16:15:05 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KIIH3-0005Az-GX; Mon, 14 Jul 2008 16:15:05 +0900 In-reply-to: <20080712144418.GB76730@orion.lan> (message from Emanuele Giaquinta on Sat, 12 Jul 2008 16:44:18 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by mx20.gnu.org: Solaris 9 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:100667 Archived-At: In article <20080712144418.GB76730@orion.lan>, Emanuele Giaquinta writes: > fontset.c:fontset_from_font uses sprintf, so stdio.h must be included > unconditionally. Thank you. I've just installed your patch. --- Kenichi Handa handa@ni.aist.go.jp