clean_ttyname might be unused, mark it so with __attribute__

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14755 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-07 19:33:29 +00:00
parent 79cd8dcd14
commit 50d9ed5566

View File

@@ -1072,6 +1072,8 @@ int login_tty(int t)
* Clean the tty name. Return a pointer to the cleaned version. * Clean the tty name. Return a pointer to the cleaned version.
*/ */
static char * clean_ttyname (char *) __attribute__((unused));
static char * static char *
clean_ttyname (char *tty) clean_ttyname (char *tty)
{ {