From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: attribute warn_unused_result Date: Thu, 3 Feb 2011 22:47:54 +0100 Message-ID: References: <4D4B02EF.1080708@cs.ucla.edu> <7C616374-F2D6-4797-A66C-9C4D293B93B6@mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1296770992 9915 80.91.229.12 (3 Feb 2011 22:09:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2011 22:09:52 +0000 (UTC) Cc: Paul Eggert , Emacs-Devel devel To: Chad Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 03 23:09:47 2011 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.69) (envelope-from ) id 1Pl7Ml-00016w-M5 for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2011 23:09:46 +0100 Original-Received: from localhost ([127.0.0.1]:35315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl74N-0003Bd-Bn for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2011 16:50:27 -0500 Original-Received: from [140.186.70.92] (port=36623 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl72L-0001B0-LO for emacs-devel@gnu.org; Thu, 03 Feb 2011 16:48:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl72G-0006e9-95 for emacs-devel@gnu.org; Thu, 03 Feb 2011 16:48:17 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:36091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl72G-0006dw-1r for emacs-devel@gnu.org; Thu, 03 Feb 2011 16:48:16 -0500 Original-Received: by eyh6 with SMTP id 6so970871eyh.0 for ; Thu, 03 Feb 2011 13:48:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=pGIuxh44R/YIkoMmJEVMBw/oDmKVqi1qa4+ogEjftrY=; b=X4MtifgrgyU8irQ7XPpoXz/sQGzaVAAQuJI1gmfwp7rA/vSkCeJ84xKv6VoKn218az emYsH/7V+hiW6ZJRwH7lwxCbAaBa/zmX+T9Cc38o4Dap3WIQIHGqHS3+OaqJUfG2FtK2 Mx/tVNee0bH4rpAotOj+mMbhjyQzXKo1wUswE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=GP8dtE4tj/YAKrjL7GUfMrsdUeUSKJqZJWkebHthbLQKtGLn6LaZ452ii9IrvHuxkr ptHJPMmNPY/YFNlD7p287cIY+xKMXz/+GvA3QECTrBWhngVo6vGCsg66LK6cXYFt3yrf clcoUIa5sNsSsne+R6kAalVSFfAGKS+2EjBtY= Original-Received: by 10.213.30.20 with SMTP id s20mr2094904ebc.15.1296769695092; Thu, 03 Feb 2011 13:48:15 -0800 (PST) Original-Received: by 10.213.13.20 with HTTP; Thu, 3 Feb 2011 13:47:54 -0800 (PST) In-Reply-To: <7C616374-F2D6-4797-A66C-9C4D293B93B6@mit.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 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:135529 Archived-At: On Thu, Feb 3, 2011 at 9:42 PM, Chad Brown wrote: > > On Feb 3, 2011, at 11:33 AM, Paul Eggert wrote: > > Gnulib's ignore-value module is designed for that. =C2=A0I installed > the following: > > ..and it broke the W32 and nextstep builds (at least) again. So what is wrong here, Paul? We have suggested that you make a separate branch for this. Why don't you do that?