Fix compilation warning: initialize the variable
This commit is contained in:
@ -468,7 +468,7 @@ _gtk_key_hash_lookup (GtkKeyHash *key_hash,
|
|||||||
* define these keyvals; if yes, discard results because a widget up in
|
* 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.
|
* the stack may have an exact match and we don't want to 'steal' it.
|
||||||
*/
|
*/
|
||||||
gint oldkeyval;
|
guint oldkeyval = 0;
|
||||||
GtkKeyHashEntry *keyhashentry;
|
GtkKeyHashEntry *keyhashentry;
|
||||||
|
|
||||||
results = sort_lookup_results_by_keyval (results);
|
results = sort_lookup_results_by_keyval (results);
|
||||||
|
|||||||
Reference in New Issue
Block a user