Make compiler happier

This commit is contained in:
Hysterical Raisins
2019-07-07 21:00:26 +02:00
parent b3e1d84e6c
commit 5235b47827
3 changed files with 13 additions and 2 deletions

View File

@ -89,9 +89,11 @@ static void eek_theme_node_finalize (GObject *object);
static const EekColor BLACK_COLOR = { 0, 0, 0, 0xff };
static const EekColor TRANSPARENT_COLOR = { 0, 0, 0, 0 };
#if 0 // ===== @raisins: -Wunused-const-variable =====
static const EekColor DEFAULT_SUCCESS_COLOR = { 0x4e, 0x9a, 0x06, 0xff };
static const EekColor DEFAULT_WARNING_COLOR = { 0xf5, 0x79, 0x3e, 0xff };
static const EekColor DEFAULT_ERROR_COLOR = { 0xcc, 0x00, 0x00, 0xff };
#endif // ===== @raisins: -Wunused-const-variable =====
static void
eek_theme_node_init (EekThemeNode *self)