mirror of https://github.com/c-ares/c-ares.git
Fix warning about ignoring result of write (#709)
Fix the compiler warning from clang: ``` ares_event_wake_pipe.c:120:3: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result] 120 | write(p->filedes[1], "1", 1); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ``` Fix By: Cheng Zhao (@zcbenz)pull/711/head
parent
52ad124676
commit
138e387710
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue