summaryrefslogtreecommitdiff
path: root/gl/lib/regex_internal.h.diff
blob: a4d78af2179bcd4097d9dbe28a89e7fa722f4cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/regex_internal.h b/lib/regex_internal.h
index ff486bb..ff85ac8 100644
--- a/lib/regex_internal.h
+++ b/lib/regex_internal.h
@@ -863,7 +863,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx)
 # ifndef NOT_IN_libc
 static int
 internal_function __attribute__ ((pure, unused))
-re_string_elem_size_at (const re_string_t *pstr, Idx idx)
+re_string_elem_size_at (const re_string_t *pstr _UNUSED_PARAMETER_,
+			Idx idx _UNUSED_PARAMETER_)
 {
 #  ifdef _LIBC
   const unsigned char *p, *extra;