From: Yves Blusseau <blusseau@zetam.org>
To: grub-devel@gnu.org
Subject: [PATCH 3/3] Compilation with external intl library
Date: Thu, 31 Dec 2009 17:55:09 +0100 [thread overview]
Message-ID: <20091231165509.28764.95501.stgit@yves.private.network> (raw)
In-Reply-To: <20091231165323.28764.29229.stgit@yves.private.network>
[-- Attachment #1: Type: text/plain, Size: 294 bytes --]
2009-12-31 Yves Blusseau <blusseau@zetam.org>
* 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
[-- Attachment #2: bad-cast.patch --]
[-- Type: text/plain, Size: 617 bytes --]
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 <blusseau@zetam.org>
+
+ * 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 (" ");
next prev parent reply other threads:[~2009-12-31 16:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-31 16:54 [PATCH] Compilation with external intl library Yves Blusseau
2009-12-31 16:54 ` [PATCH 1/3] " Yves Blusseau
2009-12-31 16:55 ` [PATCH 2/3] " Yves Blusseau
2010-01-01 12:08 ` Robert Millan
2009-12-31 16:55 ` Yves Blusseau [this message]
2010-01-01 12:09 ` [PATCH 3/3] " Robert Millan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091231165509.28764.95501.stgit@yves.private.network \
--to=blusseau@zetam.org \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.