enable extra warnings

This commit is contained in:
badaix 2019-10-13 19:01:56 +02:00
parent 0b21a5daee
commit 7fda592d13
12 changed files with 16 additions and 16 deletions

View file

@ -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_)