From: Matthias Clasen Date: Fri, 13 Jan 2023 16:46:44 +0000 (-0500) Subject: Silence compiler warnings X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~65^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fecc923c2c148abf33c654d97fc0b8a7a536fdd1;p=gtk4.git Silence compiler warnings Clang complains that these are dead stores. They are, indeed. --- diff --git a/gtk/gtkcomposetable.c b/gtk/gtkcomposetable.c index 7c2dd2cb16..f999ddbc26 100644 --- 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++) {