Fix compiler warnings.

Thanks to Demetri Obenour.
This commit is contained in:
Mike Pall
2016-03-22 20:40:41 +01:00
parent db1b399af1
commit ddadbe8099
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
/* Context for the folding hash table generator. */
static int lineno;
static int funcidx;
static uint32_t funcidx;
static uint32_t foldkeys[BUILD_MAX_FOLD];
static uint32_t nkeys;