From: Jani Nikula Date: Sat, 6 Apr 2013 11:47:43 +0000 (+0300) Subject: cli: mime node: fix compiler warning when building against gmime 2.4 X-Git-Tag: 0.16_rc1~151 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=d2c881867ea4858f4a4785af5ec5d4223e5e0257;hp=d2c881867ea4858f4a4785af5ec5d4223e5e0257;p=notmuch cli: mime node: fix compiler warning when building against gmime 2.4 commit d487ef9e58bcd193118f19f771d5ef3984616be5 Author: Jani Nikula Date: Sat Mar 30 15:53:16 2013 +0200 cli: mime node: abstract decryption and signature verification introduced a compiler warning, reported by Mark Walters, when building against gmime 2.4: mime-node.c:224:9: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] Pass the non-const signature validity to the destructor to fix this. ---