m_DSMApiHandle, device.getDSMeterDSID(), message.ByteSize(), arrayOut, &arrayInSize, arrayIn);
^
sysroot/include/google/protobuf/message_lite.h:401:3: note: 'ByteSize' has been explicitly marked deprecated here
PROTOBUF_DEPRECATED_MSG("Please use ByteSizeLong() instead")
^
sysroot/include/google/protobuf/port_def.inc:153:53: note: expanded from macro 'PROTOBUF_DEPRECATED_MSG'
#define PROTOBUF_DEPRECATED_MSG(msg) __attribute__((deprecated(msg)))
Signed-off-by: andreas.fenkart andreas.fenkart@dev.digitalstrom.org