[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Another reason we should stop using -Wno-unused. Evert, please test it
and commit.
Peter
Index: src/readfont.c
===================================================================
RCS file: /cvsroot/alleg/allegro/src/readfont.c,v
retrieving revision 1.5
diff -u -p -r1.5 readfont.c
--- src/readfont.c 14 Mar 2005 11:41:59 -0000 1.5
+++ src/readfont.c 19 Mar 2005 10:19:10 -0000
@@ -154,7 +154,7 @@ void _register_font_file_type_init(void)
* quit, not just when allegro_exit() is called, we need to use a
* destructor to accomplish this.
*/
- static void bitmap_filetype_destructor(void)
+ static void font_filetype_destructor(void)
{
FONT_TYPE_INFO *iter = font_type_list, *next;