Silence GCC
This commit is contained in:
parent
fd75992b57
commit
5b4513ba65
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue