Ignore errors when writing to event_fd in a better way
GCC was failing this because write is marked warn_unused_result. Assigning it to a attribute unused variable is apparently "better" than casting it to void... Also, we avoid taking this path at all if event_fd is -1. Closes: #32 Approved by: alexlarsson
parent
57ec3c88
No related branches found
No related tags found
Please register or sign in to comment