Hi all,I am using GCC 4.3.3 and Ubuntu 9.04.
When get the last revision from the  repository and try to compile it, I got
the ignoring return value error from gcc.
And then I check the codes, and the trick they used to suppress this warning
seems correct. But I still got those error message.
I encounter this problem from long time ago, and I have to fix it every
time.

I am wondering that are there other people have the same problem?

However, there are other trick to suppress this warning, like use if
statement, e.g. if( func() ){;} And I am sure that the gcc won't complain
about it. Is it possible to use this trick in the future?

Anyway, the attachment is the patch for revision 793473 to solve the
"ignoring return value" error.

Best,
Chenta
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to