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..