From e487537ad2d118c188ce2f93a1aad46de3aa4b07 Mon Sep 17 00:00:00 2001 From: hvlad Date: Thu, 27 Nov 2014 08:15:16 +0000 Subject: [PATCH] Fix build errors when WIRE_COMPRESS_SUPPORT not defined --- src/remote/remote.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/remote/remote.cpp b/src/remote/remote.cpp index a80ff58445..5611498e07 100644 --- a/src/remote/remote.cpp +++ b/src/remote/remote.cpp @@ -1360,7 +1360,7 @@ void SrvAuthBlock::putKey(Firebird::IStatus* status, Firebird::FbCryptKey* crypt } } - +#ifdef WIRE_COMPRESS_SUPPORT namespace { class ZLib { @@ -1403,6 +1403,7 @@ namespace { Firebird::InitInstance zlib; } +#endif // WIRE_COMPRESS_SUPPORT rem_port::~rem_port() {