id summary reporter owner description type status milestone component version severity resolution keywords cc 5081 Extra semicolons cause clang to emit warnings Marshall Clow Gennadiy Rozental "While compiling with clang TOT, I got a series of warnings like {{{ In file included from ../../../libs/test/src/unit_test_monitor.cpp:16: In file included from ../../../boost/test/impl/unit_test_monitor.ipp:20: ../../../boost/test/unit_test_monitor.hpp:56:53: warning: extra ';' inside a class [-pedantic] BOOST_TEST_SINGLETON_CONS( unit_test_monitor_t ); ^ In file included from ../../../libs/test/src/unit_test_monitor.cpp:16: In file included from ../../../boost/test/impl/unit_test_monitor.ipp:22: In file included from ../../../boost/test/test_tools.hpp:19: ../../../boost/test/predicate_result.hpp:44:37: warning: extra ';' inside a struct [-pedantic] struct dummy { void nonnull() {}; }; }}} Attached is a patch to silence these warnings." Patches closed To Be Determined test Boost 1.46.0 Cosmetic invalid