Re: [PATCH 2/2] lib: use a stricter unused macro

2021-02-15 Thread Tomi Ollila
On Sun, Feb 14 2021, David Bremner wrote: > This would have caught bugs like the one corrected in the previous > commit. Series LGTM. Tomi > --- > lib/notmuch-private.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h >

[PATCH 2/2] lib: use a stricter unused macro

2021-02-14 Thread David Bremner
This would have caught bugs like the one corrected in the previous commit. --- lib/notmuch-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 2fbf7ab9..2f5ccd6a 100644 --- a/lib/notmuch-private.h +++