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

@ -8,8 +8,7 @@ static char *rcsid = "$Id$";
#include <stdio.h>
void
regerror(s)
const char *s;
regerror(const char *s __attribute__ ((unused)))
{
#ifdef ERRAVAIL
error("regexp: %s", s);