Skip to content

Commit 0d29d6f

Browse files
authored
Merge pull request #349 from sy-c/dev
fix unused var warning
2 parents cb27a05 + b219f34 commit 0d29d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/13-PullClient.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace o2::monitoring;
99

1010
int main()
1111
{
12-
int ix=0;
12+
//int ix=0;
1313
/// List of topics to subscribe
1414
std::vector<std::string> topics = {"cru.link_status"};
1515
/// Connect to server

0 commit comments

Comments
 (0)