decompress_iob(): Silence compiler warning when compiling with NDEBUG
[privoxy.git] / parsers.c
index 0c99091..35e2c33 100644 (file)
--- 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