summaryrefslogtreecommitdiff
path: root/libhw/host_net.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-21 23:51:38 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-23 13:56:38 -0700
commit0615af6f4748e4f7dc6a4f034a9db636742cc3bd (patch)
treea0c09720ca4c8670869b56d03e57431b46073f75 /libhw/host_net.c
parent3064cb13577edd31d3a3ceb79b2bc72314ec208b (diff)
Use C23 (C++11) attribute syntax instead of __attribute__
Diffstat (limited to 'libhw/host_net.c')
-rw-r--r--libhw/host_net.c2
1 files changed, 1 insertions, 1 deletions
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;