mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
tests: fix compiler warning in gvariant test
gvariant.c:3555:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
This commit is contained in:
parent
28b30caecb
commit
0bdf7fecaf
@ -3552,7 +3552,7 @@ test_hashing (void)
|
||||
}
|
||||
|
||||
static void
|
||||
test_gv_byteswap ()
|
||||
test_gv_byteswap (void)
|
||||
{
|
||||
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
|
||||
# define native16(x) x, 0
|
||||
|
Loading…
Reference in New Issue
Block a user