diff options
-rw-r--r-- | cpp/test/IceUtil/stacktrace/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |