From c7d95d13883f2b545a044c49628e22275d0d3c83 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 26 Jul 2023 08:41:52 +0200 Subject: [PATCH] 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); -- 2.39.2