From 19072c42493713315d9fae71f91b6a4b99d00e85 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 7 Feb 2021 13:07:22 +0100 Subject: [PATCH] compiler warning --- src/ebusd/bushandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/bushandler.cpp b/src/ebusd/bushandler.cpp index f20d139a..460fecb0 100644 --- a/src/ebusd/bushandler.cpp +++ b/src/ebusd/bushandler.cpp @@ -550,7 +550,7 @@ result_t BusHandler::handleSymbol() { // send symbol if necessary result_t result; - struct timespec sentTime = {}, recvTime = {}; + struct timespec sentTime, recvTime; if (sending) { if (m_state != bs_sendSyn && (sendSymbol == ESC || sendSymbol == SYN)) { if (m_escape) {