id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5832,Unable to clean compile Boost::Test (1.40.0) with GCC using -Weffc++,noloader@…,,"Somewhat petty squawk, but were are full believers in using tools to locate problems at compile time. So our command line includes -Wall -Wextra -Woverloaded-virtual -Wreorder -Weffc++. Using -Weffc++ results in a non-virtual dtor warning for nil_t. Specifying -Wno-non-virtual-dtor with -Weffc++ has no effect. Boost appears to be collateral damage on this one. /usr/include/boost/test/unit_test_suite.hpp: PREVIOUS: struct nil_t { } MODIFIED: struct nil_t { explicit nil_t() { } virtual ~nil_t() { } };",Bugs,closed,To Be Determined,test,Boost 1.40.0,Problem,invalid,,