decompress_iob(): Silence compiler warning when compiling with NDEBUG
authorFabian Keil <fk@fabiankeil.de>
Thu, 4 Feb 2021 12:43:37 +0000 (13:43 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 21 Feb 2021 15:09:20 +0000 (16:09 +0100)
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