From 51a1c1532b2c333d1df8010994dbec1a57a15b38 Mon Sep 17 00:00:00 2001 From: Ken Rowland Date: Thu, 17 Oct 2024 15:32:37 -0400 Subject: [PATCH] HPCC-32823 Fixed wutool build break for non unit test build Moved offending line into ifdef block for unit test builds Signed-Off-By: Kenneth Rowland kenneth.rowland@lexisnexisrisk.com --- tools/wutool/wutool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wutool/wutool.cpp b/tools/wutool/wutool.cpp index 59fdeb46c30..199e592ff07 100644 --- a/tools/wutool/wutool.cpp +++ b/tools/wutool/wutool.cpp @@ -37,9 +37,9 @@ #include "eclrtl.hpp" #include #include +static unsigned testSize = 1000; #endif -static unsigned testSize = 1000; void usage(const char * action = nullptr) {