From ef6688af9dde55a29fe12afd54cf420c78be652e Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 31 Mar 2016 12:11:53 +0200 Subject: stacktrace test unused variable warning --- cpp/test/IceUtil/stacktrace/Client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/test/IceUtil/stacktrace/Client.cpp') diff --git a/cpp/test/IceUtil/stacktrace/Client.cpp b/cpp/test/IceUtil/stacktrace/Client.cpp index 6d28869a5d8..e2584359281 100644 --- a/cpp/test/IceUtil/stacktrace/Client.cpp +++ b/cpp/test/IceUtil/stacktrace/Client.cpp @@ -222,7 +222,9 @@ int main(int argc, char* argv[]) while(true) { +#if defined(_WIN32) && defined(NDEBUG) bool match = true; +#endif ifstream ifs(filename.c_str()); stringstream sstr; sstr << ifs.rdbuf(); -- cgit v1.2.3