From c0e174c085478e8bcea1a31d527df6e58f7448d1 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Fri, 29 Jun 2018 15:52:46 +0200 Subject: Fixed compilation warnings Fixed all the compilation warning that appeared with the latest version of gcc. There are still warnings in the gstreamer headers, that would likely be fixed by a gstreamer bump. Change-Id: I3ae7698dbff47303be366d9755a643a013bb4e51 Signed-off-by: Thierry Bultel --- binding/radio_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binding/radio_output.h') diff --git a/binding/radio_output.h b/binding/radio_output.h index 2192811..bfa13cd 100644 --- a/binding/radio_output.h +++ b/binding/radio_output.h @@ -25,7 +25,7 @@ void radio_output_stop(void); void radio_output_close(void); -int radio_output_write(void *buf, int len); +ssize_t radio_output_write(void *buf, int len); #endif /* _RADIO_OUTPUT_H */ -- cgit 1.2.3-korg