Bug 1216 - regexec.c patch to avoid gcc -Wshadow warning
Summary: regexec.c patch to avoid gcc -Wshadow warning
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: regex (show other bugs)
Version: 2.3.5
: P2 minor
Target Milestone: ---
Assignee: GOTO Masanori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 23:29 UTC by Paul Eggert
Modified: 2018-04-19 14:54 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
regexec.c patch to avoid shadowing warning (654 bytes, patch)
2005-08-19 23:30 UTC, Paul Eggert
Details | Diff
spam (4 bytes, text/plain)
2007-05-06 17:41 UTC, SarahGindin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Eggert 2005-08-19 23:29:54 UTC
I'll attach a patch to remove a warning when compiling regex.c with
gcc -Wshadow.
Comment 1 Paul Eggert 2005-08-19 23:30:16 UTC
Created attachment 594 [details]
regexec.c patch to avoid shadowing warning
Comment 2 Ulrich Drepper 2005-09-06 17:56:25 UTC
Applied to trunk.
Comment 3 SarahGindin 2007-05-06 17:41:49 UTC
Created attachment 1774 [details]
spam