[sixel] kill compiler warning for unused function

This commit is contained in:
nick black 2021-12-28 13:39:27 -05:00
parent 61cfc8282e
commit 5a19baa61b
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -144,7 +144,7 @@ ctable_to_dtable(const unsigned char* ctable){
return ctable[3]; // * 256 + ctable[4];
}
static void
__attribute__ ((unused)) static void
debug_color_table(const sixeltable* st){
for(int z = 0 ; z < st->map->colors ; ++z){
unsigned char* crec = st->map->table + CENTSIZE * z;