* term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): Fix
`unused parameter' warning.
+2005-08-30 Hollis Blanchard <hollis@penguinppc.org>
+
+ * term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): Fix
+ `unused parameter' warning.
+
2005-08-30 Hollis Blanchard <hollis@penguinppc.org>
* term/ieee1275/ofconsole.c (grub_ofconsole_getcharwidth): New
}
static grub_ssize_t
-grub_ofconsole_getcharwidth (grub_uint32_t c)
+grub_ofconsole_getcharwidth (grub_uint32_t c __attribute__((unused)))
{
return 1;
}