mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-20 02:10:12 +00:00
Fix compilation warning: initialize the variable
This commit is contained in:
parent
73cfcf9495
commit
e70a46c7e3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user