src/eos_stream.c:89:14: warning: Value stored to 'bufferLength' during its initialization is never read [deadcode.DeadStores]
uint32_t bufferLength = context->currentActionDataBufferLength;
^~~~ ~~~~~~~~~~
src/eos_stream.c:291:5: warning: Value stored to 'read' is never read [deadcode.DeadStores]
read = unpack_variant32(buffer, bufferLength, &size);
^ ~~~~~~~~~
src/eos_stream.c:89:14: warning: Value stored to 'bufferLength' during its initialization is never read [deadcode.DeadStores] uint32_t bufferLength = context->currentActionDataBufferLength; ^
~~~~~~~~~~~~~ src/eos_stream.c:291:5: warning: Value stored to 'read' is never read [deadcode.DeadStores] read = unpack_variant32(buffer, bufferLength, &size); ^~~~~~~~~~