mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 22:13:34 +08:00
(FCT): Only declare len if
!WIDE_CHAR_VERSION to silence GCC.
This commit is contained in:
parent
293c6b3cd8
commit
00a6fe20a5
@ -380,7 +380,9 @@ FCT (pattern, string, no_leading_period, flags)
|
||||
/* We found a table entry. Now see whether the
|
||||
character we are currently at has the same
|
||||
equivalance class value. */
|
||||
# if !WIDE_CHAR_VERSION
|
||||
int len = weights[idx];
|
||||
# endif
|
||||
int32_t idx2;
|
||||
const UCHAR *np = (const UCHAR *) n;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user