diff --git a/gst/audioconvert/gstfastrandom.h b/gst/audioconvert/gstfastrandom.h index b1c88b54da..022b87ee61 100644 --- a/gst/audioconvert/gstfastrandom.h +++ b/gst/audioconvert/gstfastrandom.h @@ -31,7 +31,7 @@ * and returning a pseudo random number between 0 and 2^32 - 1. */ static inline guint32 -gst_fast_random_uint32 () +gst_fast_random_uint32 (void) { static guint32 state = 0xdeadbeef;