Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> writes: > (other than that, it's cool to see someone testing another > compiler ;-) ) BTW, the only warnings remaining with -Wall with my clang are: imap-send.c:548:27: warning: data argument not used by format string [-Wformat-extra-args] cmd->tag, cmd->cmd, cmd->cb.dlen); ^ imap-send.c:1089:41: warning: conversion specifies type 'unsigned short' but the argument has type 'int' [-Wformat] snprintf(portstr, sizeof(portstr), "%hu", srvc->port); ~~^ ~~~~~~~~~~ 2 diagnostics generated. and the tests pass. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html