From 3f7f5e6c5d2aa3f6710289c1a30119e534e56c5c Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Tue, 3 Mar 2015 20:42:49 +0000 Subject: upstream commit expand __unused to full __attribute__ for better portability --- regress/unittests/test_helper/fuzz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/unittests/test_helper/fuzz.c') 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 @@ -/* $OpenBSD: fuzz.c,v 1.7 2015/01/18 19:52:44 djm Exp $ */ +/* $OpenBSD: fuzz.c,v 1.8 2015/03/03 20:42:49 djm Exp $ */ /* * Copyright (c) 2011 Damien Miller * @@ -200,7 +200,7 @@ fuzz_dump(struct fuzz *fuzz) static struct fuzz *last_fuzz; static void -siginfo(int unused __unused) +siginfo(int unused __attribute__((__unused__))) { char buf[256]; -- cgit v1.2.3