Opened 7 years ago
Closed 7 years ago
#11358 closed Feature Requests (fixed)
Boost.Test v3 warning could helpfully be suppressed.
| Reported by: | Paul A. Bristow | Owned by: | Raffi Enficiaud |
|---|---|---|---|
| Milestone: | Boost 1.59.0 | Component: | test |
| Version: | Boost 1.59.0 | Severity: | Cosmetic |
| Keywords: | test warnings | Cc: |
Description
GCC 4.9.1 reports
..\..\../boost/test/impl/framework.ipp:142:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if( tu.p_sibling_rank == -1 )
Change History (3)
comment:1 by , 7 years ago
| Status: | new → assigned |
|---|
comment:2 by , 7 years ago
comment:3 by , 7 years ago
| Milestone: | To Be Determined → Boost 1.59.0 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in develop and merged to master