Date: Thu, 9 Jul 1998 14:23:25 -0400 (EDT) Message-Id: <199807091823.OAA04627@delorie.com> From: DJ Delorie To: loth AT gec DOT net CC: djgpp-workers AT delorie DOT com In-reply-to: <35a68f9e.9230585@mail.cow-net.com> (loth@gec.net) Subject: Re: Regex patch Precedence: bulk > This patch of the src/posix/regex directory performs all changes > necessary to compile with -W -Wall -Wno-unused (My standard warning > set). I didn't change anything that wasn't necessary, to avoid > enbuggery. The regex sources come from a third party; I wouldn't recommend changing them because when they're updated your changes will get tossed. Better to change the Makefiles to ignore warnings, or update the regex sources and submit patches to thier author.