Opened 12 years ago
Closed 12 years ago
#4818 closed Patches (fixed)
Fix for warning on unused variable in boost/thread/pthread/condition_variable.hpp
Reported by: | Dean Michael Berris | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | warnings | Cc: | viboes |
Description
Attached is patch that addresses the warning in release builds or when BOOST_ASSERT is disabled.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | boost-thread-pthread-condition_variable.hpp.diff added |
---|
comment:1 by , 12 years ago
Cc: | added |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Changed trunk to throw on failure rather than assert.
Note:
See TracTickets
for help on using tickets.
Maybe we can change for BOOST_VERIFY(!res);