Opened 10 years ago
Last modified 10 years ago
#8353 new Bugs
Fix a warning in throw_exception.hpp header which causes build breakage
Reported by: | Owned by: | Emil Dotchevski | |
---|---|---|---|
Milestone: | Boost 1.54.0 | Component: | exception |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The throw_exception() function within the throw_exception.hpp header produces a warning which in turn causes projects building with the -Werror flag to fail to build. The attached patch fixes the code to no longer produce a warning and fix the build.
Attachments (1)
Change History (4)
by , 10 years ago
Attachment: | boost_throw_exception.diff added |
---|
comment:1 by , 10 years ago
Component: | build → exception |
---|---|
Owner: | changed from | to
comment:2 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
Which warnings?