[exim-dev] [Bug 1145] Many warnings while compiled with clan…

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1145] Many warnings while compiled with clang 2.9
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1145

Phil Pennock <pdp@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED





--- Comment #2 from Phil Pennock <pdp@???> 2011-09-05 21:14:03 ---
The mime.c issue was a bug; we were returning -1 for error from some functions
supposedly returning int, but storing the result in an unsigned int.

I've switched them to use ssize_t instead. ssize_t is POSIX, which we do
require.


So, one bug, fixed; the rest: will-not-fix for reasons described in previous
comment.

Thanks for the reminder to go back and look at this case.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email