mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 23:59:43 +02:00
Fix warnings
This commit is contained in:
parent
97bfd95f28
commit
aab3c343d0
15 changed files with 31 additions and 10 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
uint16_t getVolume()
|
||||
{
|
||||
return get("volume", 100);
|
||||
return get("volume", static_cast<uint16_t>(100));
|
||||
}
|
||||
|
||||
bool isMuted()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue