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:
parent
1471df894a
commit
253d9acbcd
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user