From 2b9dc61e3eb1e8d9d4d5aa9c4aa2e3b7bae37c9c Mon Sep 17 00:00:00 2001 From: kervala Date: Fri, 8 Feb 2013 18:17:42 +0100 Subject: [PATCH] Changed: Warnings with clang --- code/nel/include/nel/misc/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/include/nel/misc/debug.h b/code/nel/include/nel/misc/debug.h index 8d469b133..8c2efc62e 100644 --- a/code/nel/include/nel/misc/debug.h +++ b/code/nel/include/nel/misc/debug.h @@ -478,7 +478,7 @@ do { \ #endif // NL_NO_DEBUG -#define nlunreferenced(identifier) (identifier) +#define nlunreferenced(identifier) (void)identifier #define nlstop \ do { \