
4 Jun
2008
4 Jun
'08
4:37 p.m.
Markus Schöpflin <markus.schoepflin <at> comsoft.de> writes:
Hello,
attached patch eliminates the following GCC warning, when including test_tools.hpp:
warning: 'boost::test_tools::<unnamed>::dummy_cond' defined but not used
OK to commit? -namespace { bool dummy_cond = false; } +namespace { bool const dummy_cond = false; }
Go ahead. Gennadiy