mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 07:36:41 +02:00
enable extra warnings
This commit is contained in:
parent
0b21a5daee
commit
7fda592d13
12 changed files with 16 additions and 16 deletions
|
@ -162,7 +162,7 @@ void SpotifyStream::stderrReader()
|
|||
}
|
||||
|
||||
|
||||
void SpotifyStream::onTimeout(const Watchdog* watchdog, size_t ms)
|
||||
void SpotifyStream::onTimeout(const Watchdog* /*watchdog*/, size_t ms)
|
||||
{
|
||||
LOG(ERROR) << "Spotify timeout: " << ms / 1000 << "\n";
|
||||
if (process_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue