#3794: Complier warnings on OS X 10.11.1 with Xcode 7.1.1 ---------------------+--------------------- Reporter: chdiza | Owner: brendan Type: defect | Status: closed Priority: minor | Milestone: Component: SMTP | Version: Resolution: fixed | Keywords: ---------------------+--------------------- Changes (by Kevin McCarthy <kevin@…>):
* status: new => closed * resolution: => fixed Comment: In [ff560d1f3f7a29917a50d54f5c45cb1ebfc8f8de]: {{{ #!CommitTicketReference repository="" revision="ff560d1f3f7a29917a50d54f5c45cb1ebfc8f8de" Clean up address_uses_unicode() (closes #3794) Pull the null check out of the loop. Use a bit comparison to detect if the high bit is set: this avoids a warning for platforms where char is implicitly signed (where comparing < 128 is always true). }}} -- Ticket URL: <http://dev.mutt.org/trac/ticket/3794#comment:15> Mutt <http://www.mutt.org/> The Mutt mail user agent