Skip to content

Fix for openmqc compilation error on g++ 11

Raul Costa requested to merge fix_openmqc_gcc11 into master

The error message while compiling the openmq cclient on Ubuntu 22 with the default installed g++ 11.3.0:

cclient/io/Packet.cpp:1263:22: error: ordered comparison of pointer with integer zero ('PRUint8*' {aka 'unsigned char*'} and 'int')

Merge request reports