On Fri, 2014-09-19 at 17:28 +0000, Gibson, Jack wrote:
> Receiving the following error building 0.30-rc
>
> /opt/qpid-cpp-0.30/src/qpid/ha/ReplicatingSubscription.cpp:90:6: warning:
> 'void
> qpid::ha::{anonymous}::copyIf(boost::shared_ptr<qpid::broker::MessageInterceptor>,
> boost::shared_ptr<qpid::ha::IdSetter>&' defined but not used
> [-Wunused-function]
>
> void copyIf(boost::shared_ptr<MessageInterceptor> from,
> boost::shared_ptr<IdSetter>& to) {
>
>
>
>
> Obviously, I can get around it by updating the cmake files and removing
> –Werror but probably not the right thing to do..
Fixed on trunk. Thanks, my compiler did not complain. We definitely want
to keep -Werror in the cmake files. I guess we don't want to hold up the
release for this so *temporarily* removing -Werror so you can compile
and test things is reasonable. However it should never be necessary
under normal circumstances, if it is, report it so we can fix it.
I will be happy to port the fix to the 0.30 branch if that's desired but
I'm guessing not at this point.
------------------------------------------------------------------------
r1626882 | aconway | 2014-09-22 15:57:33 -0400 (Mon, 22 Sep 2014) | 2
lines
NO-JIRA: HA Remove dead code in ReplicatingSubscription.
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]