Fix compiler warnings

This commit is contained in:
James R 2019-04-21 23:19:20 -07:00
parent 7bf819f5af
commit 56ee233b08

View file

@ -4069,7 +4069,7 @@ static void measurekeywords(mapsearchfreq_t *fr,
PU_STATIC, NULL); PU_STATIC, NULL);
} }
void writesimplefreq(mapsearchfreq_t *fr, INT32 *frc, static void writesimplefreq(mapsearchfreq_t *fr, INT32 *frc,
INT32 mapnum, UINT8 pos, UINT8 siz) INT32 mapnum, UINT8 pos, UINT8 siz)
{ {
fr[(*frc)].mapnum = mapnum; fr[(*frc)].mapnum = mapnum;