From 36219517c52ad97ab96545c9289b82890861d77b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 3 Jul 2019 15:48:30 +0200 Subject: Enable -Wall and fix a few warnings --- src/VLCInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VLCInput.cpp') diff --git a/src/VLCInput.cpp b/src/VLCInput.cpp index ae7356f..80e85be 100644 --- a/src/VLCInput.cpp +++ b/src/VLCInput.cpp @@ -82,7 +82,7 @@ void handleStream_size_t( { VLCInput* in = (VLCInput*)p_audio_data; - assert(rate == in->getRate()); + assert((ssize_t)rate == in->getRate()); assert(bits_per_sample == 8*bytes_per_float_sample); // This assumes VLC always gives back the full -- cgit v1.2.3