#3794: Complier warnings on OS X 10.11.1 with Xcode 7.1.1
---------------------+---------------------
Reporter: chdiza | Owner: brendan
Type: defect | Status: new
Priority: minor | Milestone:
Component: SMTP | Version:
Resolution: | Keywords:
---------------------+---------------------
Comment (by vinc17):
The code doesn't behave correctly in sign + absolute value representation
(I don't know whether there is a platform with such a representation, but
really, Mutt's behavior should not depend on the internal representation
of {{{char}}}). This problem can be solved with:
{{{
if ((unsigned char) *a & (1<<7))
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3794#comment:8>
Mutt <http://www.mutt.org/>
The Mutt mail user agent