Lots more gcc warnings fixes

This commit is contained in:
whydoubt
2004-07-09 12:47:04 +00:00
parent 6380e303ff
commit e121a82946
23 changed files with 102 additions and 74 deletions

View File

@@ -78,7 +78,7 @@ get_obj_type(char *typename, int *ret)
int
main (int argc, char **argv)
{
int i;
unsigned int i;
MdbHandle *mdb;
MdbCatalogEntry *entry;
char *delimiter = NULL;