compiler warning
This commit is contained in:
@@ -550,7 +550,7 @@ result_t BusHandler::handleSymbol() {
|
|||||||
|
|
||||||
// send symbol if necessary
|
// send symbol if necessary
|
||||||
result_t result;
|
result_t result;
|
||||||
struct timespec sentTime = {}, recvTime = {};
|
struct timespec sentTime, recvTime;
|
||||||
if (sending) {
|
if (sending) {
|
||||||
if (m_state != bs_sendSyn && (sendSymbol == ESC || sendSymbol == SYN)) {
|
if (m_state != bs_sendSyn && (sendSymbol == ESC || sendSymbol == SYN)) {
|
||||||
if (m_escape) {
|
if (m_escape) {
|
||||||
|
|||||||
Reference in New Issue
Block a user