Index: trunk/src/plug_footprint.c =================================================================== --- trunk/src/plug_footprint.c (revision 1911) +++ trunk/src/plug_footprint.c (revision 1912) @@ -68,7 +68,7 @@ const void *fp_tag(const char *tag, int alloc) { htsp_entry_t *e; - static int counter = 0; + static char *counter = NULL; if (fp_tags == NULL) fp_tags = htsp_alloc(strhash, keyeq); Index: trunk/src/plug_io.c =================================================================== --- trunk/src/plug_io.c (revision 1911) +++ trunk/src/plug_io.c (revision 1912) @@ -102,7 +102,7 @@ RCSID("$Id$"); -static plug_io_err(int res, const char *what, const char *filename) +static void plug_io_err(int res, const char *what, const char *filename) { if (res != 0) { char *reason = "", *comment = "";