X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=b3a501a9123ffdb08b74f8d9f3343ee6a38f644a;hb=0a2929c341b6d5f20210725facf37a6e2c3a19b4;hp=39e26f2ec92aa3a2e4ef32516396491cc3184e9d;hpb=1c7fbbcc99693c0433f7b06b569ce90c19ac5e1b;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 39e26f2e..b3a501a9 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -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