From 6ac1e46a1fb01f01705b67dd553d5ba317b1dc3e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 18 Nov 2015 15:32:28 -0500 Subject: Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup) --- zlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zlib.cpp') diff --git a/zlib.cpp b/zlib.cpp index fd310858..bba4dc8e 100644 --- a/zlib.cpp +++ b/zlib.cpp @@ -49,7 +49,7 @@ unsigned int ZlibCompressor::GetCompressionLevel() const // ************************************************************* ZlibDecompressor::ZlibDecompressor(BufferedTransformation *attachment, bool repeat, int propagation) - : Inflator(attachment, repeat, propagation) + : Inflator(attachment, repeat, propagation), m_log2WindowSize(0) { } -- cgit v1.2.1