From 56ee233b080757d361c0a3896d0b8d3e805754d4 Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 21 Apr 2019 23:19:20 -0700 Subject: [PATCH] Fix compiler warnings --- src/g_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_game.c b/src/g_game.c index bc67ed792..9ebbc630c 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -4069,7 +4069,7 @@ static void measurekeywords(mapsearchfreq_t *fr, PU_STATIC, NULL); } -void writesimplefreq(mapsearchfreq_t *fr, INT32 *frc, +static void writesimplefreq(mapsearchfreq_t *fr, INT32 *frc, INT32 mapnum, UINT8 pos, UINT8 siz) { fr[(*frc)].mapnum = mapnum;