From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8735 invoked by alias); 22 Jan 2004 22:09:27 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 8693 invoked from network); 22 Jan 2004 22:09:26 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 22 Jan 2004 22:09:26 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 321B5357B; Thu, 22 Jan 2004 14:09:25 -0800 (PST) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i0MM9OOi029315; Thu, 22 Jan 2004 14:09:24 -0800 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i0MM9NxU029310; Thu, 22 Jan 2004 14:09:23 -0800 Date: Thu, 22 Jan 2004 22:09:00 -0000 Message-Id: <200401222209.i0MM9NxU029310@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Jaeger Cc: GNU libc hackers Subject: Re: Warning removal In-Reply-To: Andreas Jaeger's message of Thursday, 22 January 2004 11:36:40 +0100 Emacs: it's like swatting a fly with a supernova. X-SW-Source: 2004-01/txt/msg00090.txt.bz2 > > This patch gets rid of GCC 3.4's warning: > ../sysdeps/ieee754/dbl-64/e_pow.c:49: warning: conflicting types for built-in function 'log2' > > Ok to commit? That looks fine to me, though a less obscure name line "my_log2" might be a littler better.