From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16035 invoked by alias); 16 Jan 2006 22:22:17 -0000 Received: (qmail 16027 invoked by uid 22791); 16 Jan 2006 22:22:17 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.197) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Jan 2006 22:22:16 +0000 Received: by zproxy.gmail.com with SMTP id x3so1123970nzd for ; Mon, 16 Jan 2006 14:22:14 -0800 (PST) Received: by 10.36.77.13 with SMTP id z13mr224245nza; Mon, 16 Jan 2006 14:22:14 -0800 (PST) Received: by 10.37.2.42 with HTTP; Mon, 16 Jan 2006 14:22:13 -0800 (PST) Message-ID: <8f2776cb0601161422h66eb1d73xa701dbdde5e3efaa@mail.gmail.com> Date: Mon, 16 Jan 2006 22:22:00 -0000 From: Jim Blandy To: gdb-patches@sourceware.org Subject: Re: Fix non-pointer-sign gcc warnings In-Reply-To: <20060116134252.GA31319@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060115202850.GB12204@nevyn.them.org> <8f2776cb0601152304h6b7ffefen572b27f268468fc6@mail.gmail.com> <20060116134252.GA31319@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00203.txt.bz2 On 1/16/06, Daniel Jacobowitz wrote: > I don't know; the "leave reference arguments alone on error" behavior > is a pretty common convention in C, and somebody went to the trouble of > documenting it above the function - looks like it was you :-) You're right, it is a common convention, and I did write that...=20 Never mind, then. :)