]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
append _unused to the expression defined using unused() macro
[notmuch] / notmuch-client.h
index 39e26f2ec92aa3a2e4ef32516396491cc3184e9d..b3a501a9123ffdb08b74f8d9f3343ee6a38f644a 100644 (file)
@@ -53,7 +53,7 @@
 #include "talloc-extra.h"
 #include "crypto.h"
 
-#define unused(x) x __attribute__ ((unused))
+#define unused(x) x ## _unused __attribute__ ((unused))
 
 #define STRINGIFY(s) STRINGIFY_(s)
 #define STRINGIFY_(s) #s