Fixed compiler warning

This commit is contained in:
Martin Willi
2011-02-08 11:03:10 +01:00
parent 3af88e4657
commit 3683c0424f
@@ -86,7 +86,7 @@ tnccs_msg_t *tnccs_tncs_contact_info_msg_create_from_node(xmlNodePtr node,
tnccs_msg_t *tnccs_tncs_contact_info_msg_create(void) tnccs_msg_t *tnccs_tncs_contact_info_msg_create(void)
{ {
private_tnccs_tncs_contact_info_msg_t *this; private_tnccs_tncs_contact_info_msg_t *this;
xmlNodePtr n, n2; xmlNodePtr n /*, n2 */;
INIT(this, INIT(this,
.public = { .public = {