diff --git a/src/lib/blit.c b/src/lib/blit.c index eb507950c..188958b04 100644 --- a/src/lib/blit.c +++ b/src/lib/blit.c @@ -921,6 +921,7 @@ sixel_blit(ncplane* nc, int placey, int placex, int linesize, free(sixel); } } + (void)blendcolors; // FIXME return total; #undef GROWTHFACTOR }