diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-29 15:52:46 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-07-17 10:50:07 +0200 |
commit | c0e174c085478e8bcea1a31d527df6e58f7448d1 (patch) | |
tree | 68beae1bb02a202a0793c008892a7c423c430cd9 /binding/radio_output.h | |
parent | d564d41b640f3ed69e16cc0e2eaf258778191b04 (diff) |
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 <thierry.bultel@iot.bzh>
Diffstat (limited to 'binding/radio_output.h')
-rw-r--r-- | binding/radio_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |