[mutter/gbsneto/silence-warnings: 11/15] tests: Remove extra const



commit b5c4437287bbe4ba0ee20d3d42d98930c2e71f23
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Nov 8 15:16:43 2018 -0200

    tests: Remove extra const

 clutter/tests/interactive/test-touch-events.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/clutter/tests/interactive/test-touch-events.c b/clutter/tests/interactive/test-touch-events.c
index 184924a2a..45a9012db 100644
--- a/clutter/tests/interactive/test-touch-events.c
+++ b/clutter/tests/interactive/test-touch-events.c
@@ -31,7 +31,7 @@ static GQueue events = G_QUEUE_INIT;
 static GQueue all_events = G_QUEUE_INIT;
 static gboolean new_surface = TRUE;
 
-static const ClutterColor const static_colors[] = {
+static const ClutterColor static_colors[] = {
   { 0xff, 0x00, 0x00, 0xff },   /* red */
   { 0x80, 0x00, 0x00, 0xff },   /* dark red */
   { 0x00, 0xff, 0x00, 0xff },   /* green */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]