Cleanup warnings

This commit is contained in:
Matt Ullman 2016-03-21 21:52:40 -04:00
parent 87b20cbb75
commit e23126c83b
16 changed files with 61 additions and 163 deletions

View file

@ -162,8 +162,6 @@ msgbuf_unparse_tags(char *buf, size_t buflen, struct MsgBuf *msgbuf, unsigned in
void
msgbuf_unparse_prefix(char *buf, size_t buflen, struct MsgBuf *msgbuf, unsigned int capmask)
{
int i;
memset(buf, 0, buflen);
if (msgbuf->n_tags > 0)