mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Lots more gcc warnings fixes
This commit is contained in:
@@ -26,7 +26,7 @@ void walk_index(MdbHandle *mdb, MdbIndex *idx);
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
int j;
|
||||
unsigned int j;
|
||||
MdbHandle *mdb;
|
||||
MdbTableDef *table;
|
||||
MdbIndex *idx;
|
||||
|
||||
Reference in New Issue
Block a user