2005-11-27 Marco Gerards <mgerards@xs4all.nl>

* include/grub/dl.h (GRUB_MOD_INIT): Use `__attribute__
	((unused))' to silence gcc warning.
This commit is contained in:
marco_g 2005-11-27 12:21:12 +00:00
parent 1569ec5199
commit 95dc3643d6
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-11-27 Marco Gerards <mgerards@xs4all.nl>
* include/grub/dl.h (GRUB_MOD_INIT): Use `__attribute__
((unused))' to silence gcc warning.
2005-11-26 Hollis Blanchard <hollis@penguinppc.org>
* configure.ac: Correct `AC_PROG_YACC' test.