[Privoxy-commits] [privoxy] branch master updated: LogCreatePatternMatchingBuffers(): Remove the #warning I added in 53748ca8c
User Git
git at git.privoxy.org
Wed Jul 26 08:44:15 CEST 2023
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new c7d95d13 LogCreatePatternMatchingBuffers(): Remove the #warning I added in 53748ca8c
c7d95d13 is described below
commit c7d95d13883f2b545a044c49628e22275d0d3c83
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Jul 26 08:41:52 2023 +0200
LogCreatePatternMatchingBuffers(): Remove the #warning I added in 53748ca8c
According to Lee it doesn't seem to be warranted.
---
w32log.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/w32log.c b/w32log.c
index 7500edaf..c7e3540d 100644
--- a/w32log.c
+++ b/w32log.c
@@ -316,9 +316,6 @@ void TermLogWindow(void)
void LogCreatePatternMatchingBuffers(void)
{
int i;
-#ifdef HAVE_PCRE2
-#warning The win32 build of Privoxy is expected to crash when compiled with pcre2 support.
-#endif
for (i = 0; patterns_to_highlight[i].str != NULL; i++)
{
regcomp(&patterns_to_highlight[i].buffer, patterns_to_highlight[i].str, REG_ICASE);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list