X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=b3a501a9123ffdb08b74f8d9f3343ee6a38f644a;hp=39e26f2ec92aa3a2e4ef32516396491cc3184e9d;hb=38dacf009c4feb5d4820bbdd9222d7e7be067903;hpb=1c7fbbcc99693c0433f7b06b569ce90c19ac5e1b 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