Coercion Alters Valuehelp at avbts_message.hpp:1142 No properties have been set. | edit properties Jump to warning location ↓ warning details... Options SignallingTLV::SignallingTLV() .../common/avbts_message.hpp expand/collapse SignallingTLV() { tlvType = PLAT_htons(0x3); lengthField = PLAT_htons(12); organizationId[0] = '\x00'; organizationId[1] = '\x80'; Coercion Alters Value help -128 is coerced from char to unsigned char. Negative values cannot be stored as unsigned char. Coercing them to unsigned char can cause data loss or sign change. The issue can occur if the highlighted code executes.