timeout icon indicating copy to clipboard operation
timeout copied to clipboard

check struct timeout_cb when defined TIMEOUT_CB_OVERRIDE

Open ygj6 opened this issue 5 years ago • 1 comments

When make with TIMEOUT_CB_OVERRIDE macro:

make CPPFLAGS=-DTIMEOUT_CB_OVERRIDE

I get error "incomplete type 'struct timeout_cb'", so I write a check target for it.

ygj6 avatar May 28 '19 16:05 ygj6