cec: silence all 'unused' compiler warnings
[deb_libcec.git] / src / lib / AdapterCommunication.cpp
index 54077d6ed776b4b6ef72f0dcc0d76cffd948ab45..93648742825ce3f089013615d119afae827bf114 100644 (file)
@@ -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;
 }