On Thu, 13 Mar 2008 13:52:49 -0500 "Jeff Pohlmeyer" yetanothergeek@gmail.com wrote:
One other minor issue - I can now create the name and label strings dynamically, but I get those "discards qualifiers" messages when I compile with warnings turned on.
Can you show some example code that produces the warnings, and your warning flags (I use at least -Wall and -Wextra)?
Would it be possible to remove the const qualifier from the gchar* fields in the KeyBinding and KeyBindingGroup structs, or does that cause warnings somewhere else?
Hmm, I'm not sure why that causes a problem. Maybe we can remove them, but I'd like to see the code first.
Regards, Nick