Unit Tests: added BOOST_CHECK(true) to tests without any assertions to avoid warnings
[senf.git] / senf / PPI / IOEvent.test.cc
index cb7b654..07b7d81 100644 (file)
@@ -38,6 +38,7 @@
 SENF_AUTO_UNIT_TEST(ioEvent)
 {
     // Tested in SocketSource.test.cc and SocketSink.test.cc
+    BOOST_CHECK( true );
 }
 
 ///////////////////////////////cc.e////////////////////////////////////////