/
niceSOFT
/
diffutils
Обзор
Документация
Войти
/
niceSOFT
/
diffutils
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.2
gl/lib/regex_internal.h.diff
14 строк
481 B
Jim Meyering
maint: avoid warnings via patched versions of gnulib's regex functions
22 ноя 2009, 19:15
22 ноя 2009, 19:15
f4bde95
Код
Авторство
О чём код?
diff --git i/lib/regex_internal.h w/lib/regex_internal.h index 859832f..3c7fe06 100644 --- i/lib/regex_internal.h +++ w/lib/regex_internal.h @@ -826,7 +826,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx) static int internal_function __attribute ((pure)) -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;