mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Lots more gcc warnings fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user