From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Use of snprintf in sound.c causes MSVC failure Date: Thu, 15 Jan 2009 19:08:19 +0100 Message-ID: References: <4eb0089f0901150940s3b193dcajf9110f14b18efa0f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232042924 7213 80.91.229.12 (15 Jan 2009 18:08:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2009 18:08:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: "David Robinow" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 15 19:09:55 2009 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 1LNWf2-000570-OF for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2009 19:09:45 +0100 Original-Received: from localhost ([127.0.0.1]:37014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNWdm-00034i-6U for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2009 13:08:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNWdi-00033y-OP for emacs-devel@gnu.org; Thu, 15 Jan 2009 13:08:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNWdi-00033C-Af for emacs-devel@gnu.org; Thu, 15 Jan 2009 13:08:22 -0500 Original-Received: from [199.232.76.173] (port=38014 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNWdi-000331-1D for emacs-devel@gnu.org; Thu, 15 Jan 2009 13:08:22 -0500 Original-Received: from ey-out-1920.google.com ([74.125.78.144]:63486) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNWdh-0003eH-M9 for emacs-devel@gnu.org; Thu, 15 Jan 2009 13:08:21 -0500 Original-Received: by ey-out-1920.google.com with SMTP id 4so134529eyg.24 for ; Thu, 15 Jan 2009 10:08:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=QGKs3X7rssGw+DQNUFAofJJUGq7w3sfFoZA8FXsL92o=; b=dJ44BdifzGszU/NACpOxxMtHCOU31isnv8hUgT42c2aF69gm74ZQTw5CjKP+xbCH4X E/AFqVkTxUy4iY1Otfl8heoFhm/uha1xbOYV81xpOkv9VPapLDqu1B0Mn6Nq219osG2v eoI4jv/z8eUptvauuUR8Ncq2app4KuLw/FUVQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=KOm4tg76AstKU6hq4S6y68T/D30XbfvqrCb478fE/8mdWi9AK77cUjvrmcDuO3rzpm UmWAqpydJUXuo4xHMwA+1EV02QMvsS0HwehgAvR3FueqWkJRywVxgs4bKTY7WhMPCC9f HDBa9pzJdeo0glD5r763qy3qkhQ/5UEHyYjc8= Original-Received: by 10.210.127.10 with SMTP id z10mr1961523ebc.106.1232042899463; Thu, 15 Jan 2009 10:08:19 -0800 (PST) Original-Received: by 10.210.141.18 with HTTP; Thu, 15 Jan 2009 10:08:19 -0800 (PST) In-Reply-To: <4eb0089f0901150940s3b193dcajf9110f14b18efa0f@mail.gmail.com> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:107888 Archived-At: > The SOUND_WARNING macro in src/sound.c does not compile with MSVC. > Use of "_snprintf" works. Fixed. Thanks, Juanma