clutter-color: Shut up a compiler warning

This commit is contained in:
Florian Müllner 2017-04-07 23:19:22 +02:00
parent 53a93deafc
commit 196e524703

View File

@ -48,7 +48,7 @@
#include "clutter-debug.h" #include "clutter-debug.h"
/* XXX - keep in sync with the ClutterStaticColor enumeration order */ /* XXX - keep in sync with the ClutterStaticColor enumeration order */
static const ClutterColor const static_colors[] = { static const ClutterColor static_colors[] = {
/* CGA/EGA color palette */ /* CGA/EGA color palette */
{ 0xff, 0xff, 0xff, 0xff }, /* white */ { 0xff, 0xff, 0xff, 0xff }, /* white */
{ 0x00, 0x00, 0x00, 0xff }, /* black */ { 0x00, 0x00, 0x00, 0xff }, /* black */