From 9d62c348fb765c64a6c81b8adde59eee236df8d7 Mon Sep 17 00:00:00 2001
From: Thomas PEYRUCAIN <33064668+Rascof@users.noreply.github.com>
Date: Wed, 15 Jul 2020 15:57:24 +0200
Subject: [PATCH] Update value.cpp

Add a comment
---
 tests/value.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/value.cpp b/tests/value.cpp
index 95562608..177ace02 100644
--- a/tests/value.cpp
+++ b/tests/value.cpp
@@ -90,7 +90,7 @@ BOOST_AUTO_TEST_CASE(value_exceptions) {
   res = false;
   try {
     unsigned int aint(anet);
-    aint++;
+    aint++; // silence unused variable warnings to have a stable release in the ros buildfarm
   } catch (const dg::ExceptionAbstract &aea) {
     res = (aea.getCode() == dg::ExceptionAbstract::TOOLS);
   }
-- 
GitLab