X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftic.c;h=82bc3ea0d7890dff6c8588b419d8bc565ea8cbf3;hp=d2cf207c5bf10658dbb9633cc0f2d6409443923f;hb=d736364fc09f481a38861dcb44b43d15b94af528;hpb=11ca5f62994c7a14c4e500510bd242e1e721f8be diff --git a/progs/tic.c b/progs/tic.c index d2cf207c..82bc3ea0 100644 --- a/progs/tic.c +++ b/progs/tic.c @@ -44,7 +44,7 @@ #include #include -MODULE_ID("$Id: tic.c,v 1.136 2008/08/16 21:52:36 tom Exp $") +MODULE_ID("$Id: tic.c,v 1.137 2008/09/13 16:59:24 tom Exp $") const char *_nc_progname = "tic"; @@ -99,7 +99,7 @@ free_namelist(char **src) #endif static void -cleanup(char **namelst) +cleanup(char **namelst GCC_UNUSED) { #if NO_LEAKS free_namelist(namelst);