test-marshaller: Make test_overflow static

Not used outside the test.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
Frediano Ziglio 2018-12-16 10:53:27 +00:00
parent a4aad511f1
commit ac8d27104b

View File

@ -32,7 +32,7 @@
#define NUM_CHANNELS 3u
void test_overflow(SpiceMarshaller *m)
static void test_overflow(SpiceMarshaller *m)
{
SpiceMsgChannels *msg;
uint8_t *data, *out;