Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Utils / pool_alloc_mixin.test.cc
index 439a837..d258a8d 100644 (file)
@@ -52,6 +52,8 @@ SENF_AUTO_UNIT_TEST(poolAllocMixin)
     }
 
     BOOST_CHECK_EQUAL( Test::allocCounter(), 0u );
+#else
+    BOOST_CHECK( true );
 #endif
 }