From: Mark Wooding Date: Wed, 18 Sep 2019 19:22:39 +0000 (+0100) Subject: struct/buf.c: Muffle an annoying Clang warning about a pointless assertion. X-Git-Tag: 2.4.0~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/0d61a23cc6a7628bb9ada98ae7a65700dc1fd2f7?hp=0d61a23cc6a7628bb9ada98ae7a65700dc1fd2f7 struct/buf.c: Muffle an annoying Clang warning about a pointless assertion. Of course, since this code is macro-generated, it's not at all pointless. ---