enable some warnings & fix 'em

This commit is contained in:
Steffen Jaeckel
2017-06-29 15:16:43 +02:00
parent 4c504ee42b
commit c074a6166c
5 changed files with 6 additions and 7 deletions

View File

@@ -131,7 +131,7 @@ static vcard_cb_t vcard_cb_get(xmpp_stanza_t *stanza)
{
vcard_cb_t cb = NULL;
const char *tag;
int i;
size_t i;
static struct {
const char *tag;