Fix warnings

This commit is contained in:
badaix 2020-11-28 21:20:32 +01:00
parent 97bfd95f28
commit aab3c343d0
15 changed files with 31 additions and 10 deletions

View file

@ -50,7 +50,7 @@ public:
uint16_t getVolume()
{
return get("volume", 100);
return get("volume", static_cast<uint16_t>(100));
}
bool isMuted()