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:
Tim-Philipp Müller 2012-11-02 13:14:58 +00:00
parent 28b30caecb
commit 0bdf7fecaf

View File

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