Author :
Vincent JARDIN
Date :
2017-09-11 21:56:30
Hash :56010f37 Message :test: fix warning
In function ‘send_a_byte_cb’:
test/regress.c:1853:2: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result [-Wunused-result]
(void) write(*sockp, "A", 1);