[Spice-devel] [PATCH spice-common 1/3] test-marshaller: Make test_overflow static

Frediano Ziglio fziglio at redhat.com
Sun Dec 16 12:39:02 UTC 2018


Not used outside the test.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 tests/test-marshallers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-marshallers.c b/tests/test-marshallers.c
index a70ac95..c4a799e 100644
--- a/tests/test-marshallers.c
+++ b/tests/test-marshallers.c
@@ -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;
-- 
2.17.2



More information about the Spice-devel mailing list