From 65b959847034190d9af9bb66dac4ba3fa0aed844 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 24 Feb 2000 03:53:22 +0000 Subject: Fix final round of gcc warnings relating to unused parameters. --- winsup/cygwin/regexp/regerror.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'winsup/cygwin/regexp') diff --git a/winsup/cygwin/regexp/regerror.c b/winsup/cygwin/regexp/regerror.c index ab6954e08..b07f669bc 100644 --- a/winsup/cygwin/regexp/regerror.c +++ b/winsup/cygwin/regexp/regerror.c @@ -8,8 +8,7 @@ static char *rcsid = "$Id$"; #include void -regerror(s) -const char *s; +regerror(const char *s __attribute__ ((unused))) { #ifdef ERRAVAIL error("regexp: %s", s); -- cgit v1.2.3