Darryl L. Pierce created QPID-5518:
--------------------------------------
Summary: server_test.c fails to compile : ignoring the return
value of write()
Key: QPID-5518
URL: https://issues.apache.org/jira/browse/QPID-5518
Project: Qpid
Issue Type: Bug
Components: Qpid Dispatch
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
When building with warnings as errors, the following occurs:
/home/mcpierce/Packaging/qpid-dispatch/qpid-dispatch-0.1/tests/server_test.c:
In function 'ufd_handler':
/home/mcpierce/Packaging/qpid-dispatch/qpid-dispatch-0.1/tests/server_test.c:99:18:
error: ignoring return value of 'write', declared with attribute
warn_unused_result [-Werror=unused-result]
write(fd[1], "X", 1);
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]