Seeing the following googled and found QPID-6924. Is there a work around to
this issue?
[ 56%] Building CXX object
src/CMakeFiles/amqp.dir/qpid/broker/amqp/DataReader.cpp.o
/home/pflores/Shop/qpid-cpp-0.34/src/qpid/broker/amqp/DataReader.cpp: In member
function ‘void qpid::broker::amqp::DataReader::readOne(pn_data_t*)’:
/home/pflores/Shop/qpid-cpp-0.34/src/qpid/broker/amqp/DataReader.cpp:76:12:
error: enumeration value ‘PN_INVALID’ not handled in switch [-Werror=switch]
switch (pn_data_type(data)) {
^
cc1plus: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/amqp.dir/qpid/broker/amqp/DataReader.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/amqp.dir/all] Error 2
make: *** [all] Error 2