summaryrefslogtreecommitdiff
path: root/regress/unittests/test_helper
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/test_helper')
-rw-r--r--regress/unittests/test_helper/fuzz.c4
-rw-r--r--regress/unittests/test_helper/test_helper.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/unittests/test_helper/fuzz.c b/regress/unittests/test_helper/fuzz.c
index 06fb247ef..99f1d036c 100644
--- a/regress/unittests/test_helper/fuzz.c
+++ b/regress/unittests/test_helper/fuzz.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: fuzz.c,v 1.7 2015/01/18 19:52:44 djm Exp $ */ 1/* $OpenBSD: fuzz.c,v 1.8 2015/03/03 20:42:49 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2011 Damien Miller <djm@mindrot.org> 3 * Copyright (c) 2011 Damien Miller <djm@mindrot.org>
4 * 4 *
@@ -200,7 +200,7 @@ fuzz_dump(struct fuzz *fuzz)
200static struct fuzz *last_fuzz; 200static struct fuzz *last_fuzz;
201 201
202static void 202static void
203siginfo(int unused __unused) 203siginfo(int unused __attribute__((__unused__)))
204{ 204{
205 char buf[256]; 205 char buf[256];
206 206
diff --git a/regress/unittests/test_helper/test_helper.c b/regress/unittests/test_helper/test_helper.c
index 034af938c..26ca26b5e 100644
--- a/regress/unittests/test_helper/test_helper.c
+++ b/regress/unittests/test_helper/test_helper.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: test_helper.c,v 1.5 2015/02/16 22:20:50 djm Exp $ */ 1/* $OpenBSD: test_helper.c,v 1.6 2015/03/03 20:42:49 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2011 Damien Miller <djm@mindrot.org> 3 * Copyright (c) 2011 Damien Miller <djm@mindrot.org>
4 * 4 *
@@ -193,7 +193,7 @@ test_info(char *s, size_t len)
193 193
194#ifdef SIGINFO 194#ifdef SIGINFO
195static void 195static void
196siginfo(int unused __unused) 196siginfo(int unused __attribute__((__unused__)))
197{ 197{
198 char buf[256]; 198 char buf[256];
199 199