X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=w32log.c;h=7500edafd5365c2aec00467b77c0e9f6cd47b24f;hb=4d563db5b4a18bf40e12047f29572c91f2e2465f;hp=c7e3540dc6ab74aefe12b874b282b51fd5fd7e90;hpb=fec77614c5c9f603a901fd38ff1f7c8fc67a259a;p=privoxy.git diff --git a/w32log.c b/w32log.c index c7e3540d..7500edaf 100644 --- a/w32log.c +++ b/w32log.c @@ -316,6 +316,9 @@ 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);