X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FAdapterCommunication.cpp;h=93648742825ce3f089013615d119afae827bf114;hb=1de6617c9b9b4c83f7d1318038dcd9a20b9612e6;hp=54077d6ed776b4b6ef72f0dcc0d76cffd948ab45;hpb=2ffc8cddcb866da58a4a45923823ad9fb1c296eb;p=deb_libcec.git diff --git a/src/lib/AdapterCommunication.cpp b/src/lib/AdapterCommunication.cpp index 54077d6..9364874 100644 --- a/src/lib/AdapterCommunication.cpp +++ b/src/lib/AdapterCommunication.cpp @@ -302,6 +302,9 @@ bool CAdapterCommunication::Open(const char *strPort, uint16_t iBaudRate /* = 38 m_processor->AddLog(CEC_LOG_DEBUG, "could not create a communication thread"); } + //TODO implement the timeout. use the variable for now to silence the compiler warning + iTimeoutMs = 0; + return false; }