Fix a bunch of compiler warnings (mainly MinGW).
[platform/upstream/flac.git] / src / share / utf8 / charset.c
index 3ea20f7..cfde562 100644 (file)
@@ -359,7 +359,7 @@ static struct inverse_map *make_inverse_map(const unsigned short *from)
   return to;
 }
 
-int wctomb_8bit(void *map1, char *s, int wc1)
+static int wctomb_8bit(void *map1, char *s, int wc1)
 {
   struct map *map = map1;
   unsigned short wc = wc1;