detect/iponly: fix compile warning

When --enable-unittests w/o --enable-debug is used.
pull/10895/head
Victor Julien 2 years ago committed by Victor Julien
parent c6de6511e8
commit b6a10b5d2b

@ -506,6 +506,7 @@ static void IPOnlyCIDRListPrint(IPOnlyCIDRItem *tmphead)
(tmphead->negated) ? "yes":"no",
inet_ntoa(*(struct in_addr*)&tmphead->ip[0]),
tmphead->signum);
(void)i;
tmphead = tmphead->next;
}
}

Loading…
Cancel
Save