Fix build warnings

master
Per Inge Mathisen 2011-09-25 23:55:24 -04:00
parent 50f1ce2145
commit 554bf6b380
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ int main(int argc, char **argv)
{
GATEWAY *psGate = mapGateway(map, i);
MADD(" %hhu %hhu %hhu %hhu", psGate->x1, psGate->y1, psGate->x2, psGate->y2);
MADD(" %u %u %u %u", (unsigned)psGate->x1, (unsigned)psGate->y1, (unsigned)psGate->x2, (unsigned)psGate->y2);
}
MADD(" }");
MADD("}");