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

Uri Lublin uril at redhat.com
Mon Dec 17 09:46:59 UTC 2018


On 12/16/18 2:39 PM, Frediano Ziglio wrote:
> Not used outside the test.
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Uri Lublin <uril at redhat.com>

Uri.

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



More information about the Spice-devel mailing list