#if DEBUG
FPRINTF (stderr, "DEBUG: check_addr called with i = %d and addrlen = %u\n",
- *i, address->address_length);
+ *i, (unsigned int) address->address_length);
#endif
GNUNET_assert (address->address_length > 0);
GNUNET_assert (*i & (1 << (address->address_length - 1)));
#if DEBUG
FPRINTF (stderr, "DEBUG: remove_some called with i = %d and addrlen = %u\n",
- *i, address->address_length);
+ *i, (unsigned int) address->address_length);
#endif
GNUNET_assert (address->address_length > 0);
if (*i & (1 << (address->address_length - 1)))