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:
@@ -23,7 +23,7 @@
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
MdbHandle *mdb;
|
||||
MdbCatalogEntry *entry;
|
||||
int found = 0;
|
||||
|
||||
Reference in New Issue
Block a user