From f79a70d1b9bab78fca515ac9142607ce2414e333 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 20 Aug 2006 00:50:44 +0000 Subject: Fix warnings for -Wmissing-prototypes Add -Wmissing-prototypes if compiling with gcc Static where possible git-svn-id: https://svn.musicpd.org/mpd/trunk@4657 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/charConv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charConv.c') diff --git a/src/charConv.c b/src/charConv.c index 4e4aa864a..870e6c3e2 100644 --- a/src/charConv.c +++ b/src/charConv.c @@ -41,7 +41,7 @@ mpd_sint8 char_conv_latin1ToUtf8 = 0; #define BUFFER_SIZE 1024 -static void closeCharSetConversion(); +static void closeCharSetConversion(void); int setCharSetConversion(char *to, char *from) { -- cgit v1.2.3