cec: silence all 'unused' compiler warnings
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.cpp
index 40b4f07ecda8755a9065b49c18a3c87327c9bfaa..bed4ff9fbb33eac6d48be69a8b46673016fd1b25 100644 (file)
@@ -639,6 +639,11 @@ bool CCECCommandHandler::HandleUserControlRelease(const cec_command &command)
   return true;
 }
 
+bool CCECCommandHandler::HandleVendorCommand(const cec_command & UNUSED(command))
+{
+  return true;
+}
+
 void CCECCommandHandler::UnhandledCommand(const cec_command &command)
 {
   CStdString strLog;