Opened 7 years ago
Last modified 7 years ago
#11501 new Bugs
standard_callbacks: -Wreturn-type warning when building in release mode
| Reported by: | davido | Owned by: | Sebastian Redl |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | property_tree |
| Version: | Boost 1.59.0 | Severity: | Problem |
| Keywords: | Cc: | braden@… |
Description
assert macro is replaced to void in release build mode. This leads to -Wreturn-type warning.
Attachments (1)
Change History (3)
by , 7 years ago
| Attachment: | boost_1_59_0.property_tree.wreturn-type.patch added |
|---|
comment:1 by , 7 years ago
| Cc: | added |
|---|
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.

the same problem occurs in "case object:" which ends with assert(false); and now executes case key.