Fix compilation warning: initialize the variable

This commit is contained in:
Javier Jardón 2009-11-09 06:09:40 +01:00
parent 73cfcf9495
commit e70a46c7e3

View File

@ -468,7 +468,7 @@ _gtk_key_hash_lookup (GtkKeyHash *key_hash,
* define these keyvals; if yes, discard results because a widget up in
* the stack may have an exact match and we don't want to 'steal' it.
*/
gint oldkeyval;
guint oldkeyval = 0;
GtkKeyHashEntry *keyhashentry;
results = sort_lookup_results_by_keyval (results);