More compiler warning cleanup.

This commit is contained in:
William Kendrick 2004-11-24 06:56:24 +00:00
parent a21189ee8e
commit b7d549518e

View file

@ -5604,8 +5604,8 @@ static void setup(int argc, char * argv[])
// TODO: convert inf_stamps[i]->min and such to usable data
//
{
int upper = HARD_MAX_STAMP_SIZE;
int lower = 0;
unsigned int upper = HARD_MAX_STAMP_SIZE;
unsigned int lower = 0;
do
{