diff options
Diffstat (limited to 'tests/compat_testutil.h')
| -rw-r--r-- | tests/compat_testutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compat_testutil.h b/tests/compat_testutil.h index 58020331..79adb104 100644 --- a/tests/compat_testutil.h +++ b/tests/compat_testutil.h @@ -60,6 +60,8 @@ static int test_setsockopt_impl (char *file, int line, int sock, int level, #define test_setsockopt(s, l, o, v, z) test_setsockopt_impl (__FILE__, \ __LINE__, (s), (l), (o), (v), (z)) +#define NN_UNUSED + static int test_socket_impl (char *file, int line, int family, int protocol) { |
