mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-05 03:33:14 +00:00
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:
parent
a4aad511f1
commit
ac8d27104b
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user