summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Network.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2013-07-11 14:18:45 -0700
committerMark Spruiell <mes@zeroc.com>2013-07-11 14:18:45 -0700
commit8cff3c981cbee475048438ac96672005f615bef4 (patch)
tree7c4b2ea5fb101eaa0e142e8919d5c11b90a84213 /cpp/src/Ice/Network.h
parentICE-5335 - show stack trace for IceUtil::Exception (diff)
downloadice-8cff3c981cbee475048438ac96672005f615bef4.tar.bz2
ice-8cff3c981cbee475048438ac96672005f615bef4.tar.xz
ice-8cff3c981cbee475048438ac96672005f615bef4.zip
ICE-5377 - clang optimized build failure
Diffstat (limited to 'cpp/src/Ice/Network.h')
-rw-r--r--cpp/src/Ice/Network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h
index 55036bcc986..fe606f8fc2d 100644
--- a/cpp/src/Ice/Network.h
+++ b/cpp/src/Ice/Network.h
@@ -250,7 +250,9 @@ private:
std::string _host;
int _port;
Address _address;
+#ifndef NDEBUG
bool _haveAddress;
+#endif
};
ICE_API bool noMoreFds(int);