From b219f34eec2cc0ec1fbe5e7b6f265ef2f11d87d8 Mon Sep 17 00:00:00 2001 From: Sylvain Chapeland Date: Fri, 24 Jan 2025 15:50:40 +0100 Subject: [PATCH] fix unused var warning --- examples/13-PullClient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/13-PullClient.cxx b/examples/13-PullClient.cxx index 53706225..b739e093 100644 --- a/examples/13-PullClient.cxx +++ b/examples/13-PullClient.cxx @@ -9,7 +9,7 @@ using namespace o2::monitoring; int main() { - int ix=0; + //int ix=0; /// List of topics to subscribe std::vector topics = {"cru.link_status"}; /// Connect to server