Fix for -Wold-style-definition

I didn't add the flag to configure because libvisual ships headers that
trigger this warning.
This commit is contained in:
Benjamin Otte 2010-03-17 11:14:29 +01:00
parent 1471df894a
commit 253d9acbcd

View file

@ -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;