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__ --- cmd/srv9p/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/srv9p/main.c') diff --git a/cmd/srv9p/main.c b/cmd/srv9p/main.c index be34daa..05368e5 100644 --- a/cmd/srv9p/main.c +++ b/cmd/srv9p/main.c @@ -25,7 +25,7 @@ /* implementation *************************************************************/ -#define UNUSED(name) /* name __attribute__((unused)) */ +#define UNUSED(name) /* file tree ******************************************************************/ -- cgit v1.2.3-2-g168b