Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / Utils / Buffer.test.cc
index 7026244..3a66891 100644 (file)
@@ -42,6 +42,8 @@ SENF_AUTO_UNIT_TEST(buffer)
     // Just check for compile errors, the rest can't be checked
     SENF_SCOPED_BUFFER(char, buf, size);
     (void) buf;
+    
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////