projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703ed60
)
Silence compiler warnings
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Jan 2023 16:46:44 +0000
(11:46 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Jan 2023 17:07:40 +0000
(12:07 -0500)
Clang complains that these are dead stores.
They are, indeed.
gtk/gtkcomposetable.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcomposetable.c
b/gtk/gtkcomposetable.c
index 7c2dd2cb1667c9295e4f3d7558522d10ad2e3cba..f999ddbc265580db13d951c03a65a3263761d4f0 100644
(file)
--- a/
gtk/gtkcomposetable.c
+++ b/
gtk/gtkcomposetable.c
@@
-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++)
{