mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
kill unused variable warnings
This commit is contained in:
parent
37286aa707
commit
2441a31766
@ -834,6 +834,8 @@ int kitty_scrub(const ncpile* p, sprixel* s){
|
||||
// returns the number of bytes written
|
||||
int kitty_draw(const ncpile* p, sprixel* s, FILE* out, int y, int x){
|
||||
(void)p;
|
||||
(void)y;
|
||||
(void)x;
|
||||
bool animated = false;
|
||||
if(s->mstreamfp){ // active animation
|
||||
int fret = fclose(s->mstreamfp);
|
||||
|
Loading…
Reference in New Issue
Block a user