Skip to content

Commit

Permalink
fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jun 24, 2023
1 parent e1f4e82 commit cc81836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zapit/src/bouquets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void CBouquetManager::saveUBouquets(void)
chmod(UBOUQUETS_XML, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
}

void CBouquetManager::saveBouquets(const CZapitClient::bouquetMode bouquetMode, const char * const providerName, t_satellite_position satellitePosition)
void CBouquetManager::saveBouquets(const CZapitClient::bouquetMode bouquetMode, const char * const /*providerName*/, t_satellite_position satellitePosition)
{
if (bouquetMode == CZapitClient::BM_DELETEBOUQUETS) {
INFO("removing existing bouquets");
Expand Down

0 comments on commit cc81836

Please sign in to comment.