comparison console/libgnt/gntstyle.c @ 15814:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents 682022b8a129
children
comparison
equal deleted inserted replaced
15811:71b017348c39 15814:1c8f1dc50685
82 } 82 }
83 83
84 static char * 84 static char *
85 parse_key(const char *key) 85 parse_key(const char *key)
86 { 86 {
87 return gnt_key_translate(key); 87 return (char *)gnt_key_translate(key);
88 } 88 }
89 89
90 void gnt_style_read_actions(GType type, GntBindableClass *klass) 90 void gnt_style_read_actions(GType type, GntBindableClass *klass)
91 { 91 {
92 #if GLIB_CHECK_VERSION(2,6,0) 92 #if GLIB_CHECK_VERSION(2,6,0)