Opened 12 years ago
Closed 11 years ago
#5145 closed Patches (fixed)
Fixed warning: use of logical && with constant operand; switch to bitwise & or remove constant [-Wconstant-logical-operand]
Reported by: | Owned by: | Andy Tompkins | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uuid |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Fixed warning: use of logical && with constant operand; switch to bitwise & or remove constant [-Wconstant-logical-operand]
Attachments (1)
Change History (5)
by , 12 years ago
Attachment: | 0002-Fixed-warning-use-of-logical-with-constant-operand-s.patch added |
---|
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 12 years ago
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | Boost Development Trunk → Boost 1.47.0 |
Note:
See TracTickets
for help on using tickets.
Applying this patch causes two of the tests to fail (not surprisingly, since it changes the string representation when outputting as wide chars):
The test needs to be adjusted, too. ;-)