From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.comp.lib.gnulib.bugs,gmane.lisp.guile.bugs Subject: Re: -Wundef warning in striconveh.h Date: Thu, 17 Mar 2011 09:15:34 -0700 Organization: UCLA Computer Science Department Message-ID: <4D8233A6.3090201@cs.ucla.edu> References: <4D82151D.50303@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1300383935 4025 80.91.229.12 (17 Mar 2011 17:45:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 17:45:35 +0000 (UTC) Cc: bug-guile@gnu.org, bug-gnulib@gnu.org, Eric Blake To: Andy Wingo Original-X-From: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Thu Mar 17 18:45:30 2011 Return-path: Envelope-to: gnu-bug-gnulib@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 1Q0HGL-0006tl-Um for gnu-bug-gnulib@m.gmane.org; Thu, 17 Mar 2011 18:45:30 +0100 Original-Received: from localhost ([127.0.0.1]:60939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0Fw1-0007oc-4T for gnu-bug-gnulib@m.gmane.org; Thu, 17 Mar 2011 12:20:25 -0400 Original-Received: from [140.186.70.92] (port=38928 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0Frp-00064W-6V for bug-gnulib@gnu.org; Thu, 17 Mar 2011 12:16:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0FrV-0002Cy-7b for bug-gnulib@gnu.org; Thu, 17 Mar 2011 12:15:46 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:50408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0FrV-0002CI-1E; Thu, 17 Mar 2011 12:15:45 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 1CA0339E810F; Thu, 17 Mar 2011 09:15:42 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D5d0LfC3vu9f; Thu, 17 Mar 2011 09:15:41 -0700 (PDT) Original-Received: from [131.179.64.200] (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 95F3239E80DB; Thu, 17 Mar 2011 09:15:38 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Thunderbird/3.1.9 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 131.179.128.62 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Errors-To: bug-gnulib-bounces+gnu-bug-gnulib=m.gmane.org@gnu.org Xref: news.gmane.org gmane.comp.lib.gnulib.bugs:25677 gmane.lisp.guile.bugs:5336 Archived-At: On 03/17/2011 07:46 AM, Andy Wingo wrote: > Can you consider changing this one header file? It does not sound like > an issue on which it is fruitful to be stubborn. Well, there is a bit of stubbornness on both sides here, no? :-) But I tend to agree: for headers meant to be included by other code, it's typically better to avoid warnings like that, when it's easy (which it is here).