From 0615af6f4748e4f7dc6a4f034a9db636742cc3bd Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 21 Nov 2024 23:51:38 -0700 Subject: Use C23 (C++11) attribute syntax instead of __attribute__ --- libhw/host_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhw/host_net.c') diff --git a/libhw/host_net.c b/libhw/host_net.c index 92a94df..2ba8b23 100644 --- a/libhw/host_net.c +++ b/libhw/host_net.c @@ -31,7 +31,7 @@ /* common *********************************************************************/ -#define UNUSED(name) /* name __attribute__ ((unused)) */ +#define UNUSED(name) static int hostnet_sig_io = 0; -- cgit v1.2.3-2-g168b