X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;fp=notmuch-private.h;h=aac67b2e4bcf51737bb9b5be6452380f3b5fc33f;hp=be1fb63fe9a1227130501ffc62276b7c8ff3018a;hb=884ac59256d19db5ee25d976a4f5e60cce51d7d5;hpb=cc48812cb55e046a77ce1b4aad33566acc5fbd47 diff --git a/notmuch-private.h b/notmuch-private.h index be1fb63f..aac67b2e 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -72,6 +72,8 @@ _internal_error (const char *format, ...) PRINTF_ATTRIBUTE (1, 2); _internal_error (format " (%s).\n", \ ##__VA_ARGS__, __location__) +#define unused(x) x __attribute__ ((unused)) + /* Thanks to Andrew Tridgell's (SAMBA's) talloc for this definition of * unlikely. The talloc source code comes to us via the GNU LGPL v. 3. */