From: Bruno Haible Date: Wed, 24 Oct 2001 09:23:48 +0000 (+0000) Subject: Remove gcc warnings. X-Git-Tag: v0.11~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f31f001e3da75798fca98a1bc918583016b10d;p=thirdparty%2Fgettext.git Remove gcc warnings. --- diff --git a/src/x-java.l b/src/x-java.l index 833bbc56d..380ad13cf 100644 --- a/src/x-java.l +++ b/src/x-java.l @@ -21,6 +21,7 @@ # include #endif +#include #include #include #include @@ -303,7 +304,7 @@ object_list_alloc () return list; } -static void * +static void object_list_destroy (list) object_list *list; { @@ -456,7 +457,6 @@ is_keyword (s) int num_keywords = get_num_objects (java_keywords); java_keyword *kw; - bool match; for (i = 0; i < num_keywords; i++) { kw = (java_keyword *) get_object (java_keywords, i);