Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Utils / parameter.test.cc
index 4781cbf..7af4e1f 100644 (file)
@@ -36,7 +36,9 @@
 ///////////////////////////////cc.p////////////////////////////////////////
 
 SENF_AUTO_UNIT_TEST(parameter)
-{}
+{
+    BOOST_CHECK( true );
+}
 
 ///////////////////////////////cc.e////////////////////////////////////////
 #undef prefix_