projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a826f7f
)
LogCreatePatternMatchingBuffers(): Remove the #warning I added in 53748ca8c
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 26 Jul 2023 06:41:52 +0000
(08:41 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 26 Jul 2023 06:44:06 +0000
(08:44 +0200)
According to Lee it doesn't seem to be warranted.
w32log.c
patch
|
blob
|
history
diff --git
a/w32log.c
b/w32log.c
index
7500eda
..
c7e3540
100644
(file)
--- 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);