mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Fix macos compiler warning
This commit is contained in:
parent
3d80a5dd05
commit
96856ae5a6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ void CoreAudioPlayer::worker()
|
||||||
{
|
{
|
||||||
while (active_)
|
while (active_)
|
||||||
{
|
{
|
||||||
if (pubStream_->waitForChunk(100ms))
|
if (pubStream_->waitForChunk(std::chrono::milliseconds(100)))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue