avoid use of undefined warning when logging

This commit is contained in:
Michael Davidsaver
2020-10-27 08:39:18 -07:00
parent 56054a8e62
commit 0c32bae982
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ void Connection::handle_GPR(pva_app_msg_t cmd)
EvInBuf M(peerBE, segBuf.get(), 16);
uint32_t ioid;
uint8_t subcmd;
uint8_t subcmd=0;
Status sts;
Value data; // hold prototype (INIT) or reply data (GET)