[Privoxy-commits] [privoxy] 03/46: decompress_iob(): Silence compiler warning when compiling with NDEBUG
User Git
git at git.privoxy.org
Sun Feb 21 15:10:25 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 050cedd751374ec05b53dacfd7db7f56a56aea2c
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Feb 4 13:43:37 2021 +0100
decompress_iob(): Silence compiler warning when compiling with NDEBUG
---
parsers.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/parsers.c b/parsers.c
index 0c99091e..35e2c330 100644
--- a/parsers.c
+++ b/parsers.c
@@ -778,8 +778,9 @@ jb_err decompress_iob(struct client_state *csp)
}
else
{
+#ifndef NDEBUG
char *oldnext_out = (char *)zstr.next_out;
-
+#endif
/*
* Update the fields for inflate() to use the new
* buffer, which may be in a location different from
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list