diff options
Diffstat (limited to 'tests/scalability.c')
| -rw-r--r-- | tests/scalability.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/scalability.c b/tests/scalability.c index d869d5fc..9695c53c 100644 --- a/tests/scalability.c +++ b/tests/scalability.c @@ -1,6 +1,6 @@ // -// Copyright 2017 Garrett D'Amore <garrett@damore.org> -// Copyright 2017 Capitar IT Group BV <info@capitar.com> +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -27,6 +27,7 @@ void serve(void *arg) { nng_msg *msg; + (void) arg; // unused for (;;) { msg = NULL; |
