mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-26 05:33:03 +08:00
Lots more gcc warnings fixes
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
typedef struct {
|
||||
MdbHandle *mdb;
|
||||
int all_columns;
|
||||
int num_columns;
|
||||
unsigned int num_columns;
|
||||
GPtrArray *columns;
|
||||
int num_tables;
|
||||
unsigned int num_tables;
|
||||
GPtrArray *tables;
|
||||
MdbTableDef *cur_table;
|
||||
MdbSargNode *sarg_tree;
|
||||
|
||||
Reference in New Issue
Block a user