plugins: fix build when gcc
In commit a8e482f9 we added a function without parameters, but gcc doesn't like that.
This commit is contained in:
parent
412dd13e86
commit
025d5ce33e
@ -540,7 +540,7 @@ error_create_allocator:
|
||||
}
|
||||
|
||||
static inline guint
|
||||
get_dmabuf_surface_allocation_flags ()
|
||||
get_dmabuf_surface_allocation_flags (void)
|
||||
{
|
||||
/* @FIXME: fetch the real devices ids */
|
||||
/* Pair vendor/device identifies an unique physical device. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user