From: David Levine Date: Sun, 8 Jan 2012 19:46:47 +0000 (-0600) Subject: gcc -Wempty-body warned that the check of the result from the call to parse_mime... X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/1a0dcd0a540e3af64ff63d84839336bf8c85ec40?hp=1a0dcd0a540e3af64ff63d84839336bf8c85ec40 gcc -Wempty-body warned that the check of the result from the call to parse_mime() was ignored. It has been that way since the beginning of history and was probably of no consequence, but fixed anyway. ---