From 5b4513ba65b457cafa81f00742192821f71d65ff Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Tue, 12 May 2015 05:45:20 +0200
Subject: Silence GCC
---
degesch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/degesch.c b/degesch.c
index 6aaf971..da930a7 100644
--- a/degesch.c
+++ b/degesch.c
@@ -1500,7 +1500,7 @@ serialize_configuration (struct app_context *ctx, struct str *output)
/// Builds a color pair for 256-color terminals with a 16-color backup value
#define COLOR_256(name, c256) \
- ((COLOR_ ## name) & 0xFFFF | ((c256 & 0xFFFF) << 16))
+ (((COLOR_ ## name) & 0xFFFF) | ((c256 & 0xFFFF) << 16))
static struct
{
--
cgit v1.2.3-70-g09d2