forked from AuroraMiddleware/gtk
Silence compiler warnings
Clang complains that these are dead stores. They are, indeed.
This commit is contained in:
parent
703ed608c0
commit
fecc923c2c
@ -1325,9 +1325,7 @@ gtk_compose_table_check (const GtkComposeTable *table,
|
||||
if (n_compose == 1)
|
||||
return TRUE;
|
||||
|
||||
seq = NULL;
|
||||
match = FALSE;
|
||||
value = 0;
|
||||
|
||||
for (i = n_compose - 1; i < table->max_seq_len; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user