[2308] 2009-06-11 Pavel Roskin <[email protected]>

Pavel Roskin <[email protected]>
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2308
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2308
Author:   proski
Date:     2009-06-11 19:11:25 +0000 (Thu, 11 Jun 2009)
Log Message:
-----------
2009-06-11  Pavel Roskin  <[email protected]>

	* kern/i386/halt.c (grub_halt): Make `i' unsigned to fix a
	warning.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/kern/i386/halt.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-06-11 19:00:49 UTC (rev 2307)
+++ trunk/grub2/ChangeLog	2009-06-11 19:11:25 UTC (rev 2308)
@@ -1,3 +1,8 @@
+2009-06-11  Pavel Roskin  <[email protected]>
+
+	* kern/i386/halt.c (grub_halt): Make `i' unsigned to fix a
+	warning.
+
 2009-06-11  Felix Zielcke  <[email protected]>
 
 	* util/grub.d/30_os-prober.in: Fix a comment. Source

Modified: trunk/grub2/kern/i386/halt.c
===================================================================
--- trunk/grub2/kern/i386/halt.c	2009-06-11 19:00:49 UTC (rev 2307)
+++ trunk/grub2/kern/i386/halt.c	2009-06-11 19:11:25 UTC (rev 2308)
@@ -25,7 +25,7 @@
 void
 grub_halt (void)
 {
-  int i;
+  unsigned int i;
 
   /* Disable interrupts.  */
   __asm__ __volatile__ ("cli");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.