[prev in list] [next in list] [prev in thread] [next in thread] 

List:       grub-devel
Subject:    [PATCH 3/3] Compilation with external intl library
From:       Yves Blusseau <blusseau () zetam ! org>
Date:       2009-12-31 16:55:09
Message-ID: 20091231165509.28764.95501.stgit () yves ! private ! network
[Download RAW message or body]

This is a MIME message.

--MIMEBOUNDARY
Content-Disposition: inline
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

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

--MIMEBOUNDARY
Content-Disposition: attachment; filename=bad-cast.patch
MIME-Version: 1.0
Content-Type: text/plain; name=bad-cast.patch; charset="utf-8"
Content-Transfer-Encoding: 7bit

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 ("  ");
 

--MIMEBOUNDARY--



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic