* fix warnings of type mismatch (#298)

This commit is contained in:
hagen 2015-12-17 07:58:09 +00:00
parent 632d26e398
commit c3238f4d0b
3 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ namespace i2p
const uint8_t DATABASE_LOOKUP_TYPE_ROUTERINFO_LOOKUP = 0x08; // 1000
const uint8_t DATABASE_LOOKUP_TYPE_EXPLORATORY_LOOKUP = 0x0C; // 1100
const int MAX_NUM_TRANSIT_TUNNELS = 2500;
const unsigned int MAX_NUM_TRANSIT_TUNNELS = 2500;
namespace tunnel
{