Skip Menu |

This queue is for tickets about the Compress-Raw-Bzip2 CPAN distribution.

Report information
The Basics
Id: 119141
Status: resolved
Priority: 0/
Queue: Compress-Raw-Bzip2

People
Owner: Nobody in particular
Requestors: dcb314 [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 2.070



Subject: perl-Compress-Raw-Bzip2-2.069 bug report
Date: Tue, 6 Dec 2016 08:36:19 +0000
To: "bug-Compress-Raw-Bzip2 [...] rt.cpan.org" <bug-Compress-Raw-Bzip2 [...] rt.cpan.org>
From: David Binderman <dcb314 [...] hotmail.com>
Hello there, Bzip2.xs:561:8: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] Source code is if(! s->flags & FLAG_APPEND_OUTPUT) { Maybe better code if(! (s->flags & FLAG_APPEND_OUTPUT)) { Also: Bzip2.xs:622:8: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] Duplicate. Regards David Binderman
Thanks David, you were beaten to it by two days. #119005 covers the same issue. I've patched my dev copy. cheers Paul