cec: fix linux compilation and warning after the recent changes
[deb_libcec.git] / src / cec-config / cec-config.cpp
index 2897e2dddb740fc7f2bb6ceba00e5224510b97b5..a853f9169f2adda9c0ea8073052e93a694d446f4 100644 (file)
@@ -343,7 +343,7 @@ bool PowerOnTV(uint64_t iTimeout = 60000)
   return currentTvPower == CEC_POWER_STATUS_ON;
 }
 
-int main (int argc, char *argv[])
+int main (int UNUSED(argc), char *UNUSED(argv[]))
 {
   PrintToStdOut("=== USB-CEC Adapter Configuration ===\n");
   if (!OpenConnection())