From: Bruno Haible Date: Mon, 8 Dec 2008 00:03:26 +0000 (+0000) Subject: Avoid gcc -Wmissing-prototypes warnings. X-Git-Tag: v0.18~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e656c77a4649629ae13dd5a1c120c80b196d12;p=thirdparty%2Fgettext.git Avoid gcc -Wmissing-prototypes warnings. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 8ae582544..f125d93ce 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,9 @@ +2008-12-07 Bruno Haible + + Avoid gcc -Wmissing-prototypes warnings. + * build-aux/moopp (func_emit_source_c): Emit a prototype before the + synthetized functions. + 2008-09-14 Bruno Haible * modules/libxml: Use $(mkdir_p) to create the libxml directory.