Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=684446

--- Comment #7 from John Haxby <[email protected]> 2012-02-04 15:50:23 EST 
---
Created attachment 559433
  --> https://bugzilla.redhat.com/attachment.cgi?id=559433
Compilation errors patch

This patch addresses two compilation warnings.

One is for an ignored read(2) result that is simply passed up to the caller:
all the callers I could find do check the result.

The other warning is for an ignored write(2) in a signal handler.  There is
nothing much you can do with this (as it's in a signal handler) so I just
wrapped it in an assert; it should never fail anyway.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to