From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NQgKY-0000Ae-4s for mharc-grub-devel@gnu.org; Fri, 01 Jan 2010 07:10:10 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQgKV-00009b-16 for grub-devel@gnu.org; Fri, 01 Jan 2010 07:10:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQgKQ-00007o-Dc for grub-devel@gnu.org; Fri, 01 Jan 2010 07:10:06 -0500 Received: from [199.232.76.173] (port=48658 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQgKQ-00007k-5k for grub-devel@gnu.org; Fri, 01 Jan 2010 07:10:02 -0500 Received: from xvm-190-8.ghst.net ([217.70.190.8]:53031 helo=aybabtu.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NQgKP-0006gc-La for grub-devel@gnu.org; Fri, 01 Jan 2010 07:10:01 -0500 Received: from [192.168.10.10] (helo=thorin) by aybabtu.com with esmtp (Exim 4.69) (envelope-from ) id 1NQgKO-0005w2-0V for grub-devel@gnu.org; Fri, 01 Jan 2010 13:10:00 +0100 Received: from rmh by thorin with local (Exim 4.69) (envelope-from ) id 1NQgKN-0002Eq-Gq for grub-devel@gnu.org; Fri, 01 Jan 2010 13:09:59 +0100 Date: Fri, 1 Jan 2010 13:09:59 +0100 From: Robert Millan To: The development of GNU GRUB Message-ID: <20100101120959.GK3692@thorin> References: <20091231165323.28764.29229.stgit@yves.private.network> <20091231165509.28764.95501.stgit@yves.private.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091231165509.28764.95501.stgit@yves.private.network> Organization: free as in freedom X-Message-Flag: Worried about Outlook viruses? Switch to Thunderbird! www.mozilla.com/thunderbird X-Debbugs-No-Ack: true User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH 3/3] Compilation with external intl library X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2010 12:10:07 -0000 On Thu, Dec 31, 2009 at 05:55:09PM +0100, Yves Blusseau wrote: > 2009-12-31 Yves Blusseau > > * util/mkisofs/mkisofs.c: fix a warning about a bad cast when NLS > is disabled > --- > ChangeLog.bad-cast | 6 ++++++ > util/mkisofs/mkisofs.c | 2 +- > 2 files changed, 7 insertions(+), 1 deletions(-) > create mode 100644 ChangeLog.bad-cast > diff --git a/ChangeLog.bad-cast b/ChangeLog.bad-cast > new file mode 100644 > index 0000000..97ee16b > --- /dev/null > +++ b/ChangeLog.bad-cast > @@ -0,0 +1,6 @@ > +Compilation with external intl library > + > +2009-12-31 Yves Blusseau > + > + * util/mkisofs/mkisofs.c: fix a warning about a bad cast when NLS > + is disabled > diff --git a/util/mkisofs/mkisofs.c b/util/mkisofs/mkisofs.c > index 4ed091b..57e77dd 100644 > --- a/util/mkisofs/mkisofs.c > +++ b/util/mkisofs/mkisofs.c > @@ -490,7 +490,7 @@ void usage(){ > int comma; > int len; > unsigned int j; > - char *arg; > + const char *arg; > > printf (" "); This is fine. In the future, feel free to commit this kind of obvious cleanup directly. Thanks! -- Robert Millan "Be the change you want to see in the world" -- Gandhi