diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-11 18:29:47 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-05-11 19:22:54 -0700 |
commit | 7b65f8e92888ffe3ea7d0b3824affa1dfc76b8c5 (patch) | |
tree | fd9c44a6a734850ecca6645b715b5db18a2f277a /gl/lib | |
parent | ca181728eee62f51924217d630f8dd0d21a8bfcd (diff) | |
download | coreutils-7b65f8e92888ffe3ea7d0b3824affa1dfc76b8c5.tar.xz |
build: update gnulib submodule to latest
Diffstat (limited to 'gl/lib')
-rw-r--r-- | gl/lib/regex_internal.h.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/lib/regex_internal.h.diff b/gl/lib/regex_internal.h.diff index fe0f2b718..f410882c7 100644 --- a/gl/lib/regex_internal.h.diff +++ b/gl/lib/regex_internal.h.diff @@ -1,11 +1,11 @@ diff --git a/lib/regex_internal.h b/lib/regex_internal.h -index 2b9f697..7f4e349 100644 +index 439444c..7242084 100644 --- a/lib/regex_internal.h +++ b/lib/regex_internal.h -@@ -823,7 +823,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx) +@@ -827,7 +827,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx) # ifndef NOT_IN_libc static int - internal_function __attribute ((pure)) + 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_) |