From 47a01013b14631de0faeba5b3a1704f01f98b285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 7 Apr 2017 23:19:22 +0200 Subject: [PATCH] clutter-color: Shut up a compiler warning --- clutter/clutter/clutter-color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter/clutter-color.c b/clutter/clutter/clutter-color.c index 83ae40631..59db3946a 100644 --- a/clutter/clutter/clutter-color.c +++ b/clutter/clutter/clutter-color.c @@ -48,7 +48,7 @@ #include "clutter-debug.h" /* XXX - keep in sync with the ClutterStaticColor enumeration order */ -static const ClutterColor const static_colors[] = { +static const ClutterColor static_colors[] = { /* CGA/EGA color palette */ { 0xff, 0xff, 0xff, 0xff }, /* white */ { 0x00, 0x00, 0x00, 0xff }, /* black */