mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Warnings fixes
This commit is contained in:
@@ -80,7 +80,7 @@ void check_row(MdbHandle *mdb, MdbIndex *idx, guint32 pg, int row, unsigned char
|
||||
{
|
||||
MdbField fields[256];
|
||||
MdbFormatConstants *fmt;
|
||||
int num_fields, i, j;
|
||||
unsigned int num_fields, i, j;
|
||||
int row_start, row_end;
|
||||
MdbColumn *col;
|
||||
guchar buf[256], key[256];
|
||||
|
||||
Reference in New Issue
Block a user