fix: silence unused

Dieser Commit ist enthalten in:
Reinder Feenstra 2022-05-25 00:12:02 +02:00
Ursprung 37ddc710fd
Commit d134d7ff05

Datei anzeigen

@ -94,6 +94,8 @@ HSI88Interface::HSI88Interface(World& world, std::string_view _id)
std::pair<uint32_t, uint32_t> HSI88Interface::inputAddressMinMax(uint32_t channel) const
{
(void)channel; // silence unused warning
assert(
channel == InputChannel::left ||
channel == InputChannel::middle ||