From: markus schnalke Date: Mon, 26 Mar 2012 22:22:33 +0000 (+0200) Subject: The result from the call to parse_mime() was ignored. X-Git-Tag: mmh-thesis-end~171 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=7ffcbc3d01bb58a071d56f5e7379948c579f634a;hp=7ffcbc3d01bb58a071d56f5e7379948c579f634a The result from the call to parse_mime() was ignored. Detected by `gcc -Wempty-body'. It has been that way since the beginning of history and was probably of no consequence, but fixed anyway. Merged from nmh. Thanks to David Levine. ---