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: brad@… 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)

boost_throw_exception.diff (601 bytes ) - added by brad@… 10 years ago.

Download all attachments as: .zip

Change History (4)

by brad@…, 10 years ago

Attachment: boost_throw_exception.diff added

comment:1 by Steven Watanabe, 10 years ago

Component: buildexception
Owner: changed from Vladimir Prus to Emil Dotchevski

comment:2 by viboes, 10 years ago

Which warnings?

comment:3 by brad@…, 10 years ago

warning: `inline' is not at beginning of declaration

Note: See TracTickets for help on using tickets.