$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-06-04 12:37:41
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