Fix final round of gcc warnings relating to unused parameters.

This commit is contained in:
Christopher Faylor
2000-02-24 03:53:22 +00:00
parent 2528588a75
commit 65b9598470
4 changed files with 13 additions and 9 deletions

View File

@ -1560,7 +1560,8 @@ tzset P((void))
/*ARGSUSED*/
static void
localsub (const time_t * const timep, const long offset,
localsub (const time_t * const timep,
const long offset __attribute__ ((unused)),
struct tm * const tmp)
{
register struct state * sp;