mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[sixel] kill compiler warning for unused function
This commit is contained in:
parent
61cfc8282e
commit
5a19baa61b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user