Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Utils / Console / Variables.test.cc
index fc782b7..c93ba20 100644 (file)
@@ -116,6 +116,7 @@ namespace {
 SENF_AUTO_UNIT_TEST(memberVariables)
 {
     Test2 test2ob;
+    BOOST_CHECK( true );
 }
 
 #ifdef COMPILE_CHECK