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 Raffi Enficiaud, 7 years ago

Status: newassigned

comment:2 by Raffi Enficiaud, 7 years ago

Fixed in develop and merged to master

comment:3 by Raffi Enficiaud, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.