don't warn on bsd about unused sprixel_debug()

pull/1597/head
nick black 3 years ago
parent da6b8281d5
commit ba64d36543

@ -4,7 +4,7 @@
// FIXME needs be atomic
static uint32_t sprixelid_nonce;
static inline void
__attribute__ ((unused)) static inline void
sprixel_debug(FILE* out, const sprixel* s){
fprintf(out, "Sprixel %d (%p) %dx%d (%dx%d) @%d/%d state: %d\n",
s->id, s, s->dimy, s->dimx, s->pixy, s->pixx,

Loading…
Cancel
Save