$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] annoying warnings with mingw-w64 gcc-5.2.0
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2015-09-27 15:12:28
renaud lepere <lepere.renaud <at> yahoo.com> writes:
> warning: 'boost::unit_test::{anonymous}::unit_test_log' defined but not
> used [-Wunused-variable]
> BOOST_TEST_SINGLETON_INST( unit_test_log )
I am working on getting rid of all singletons from UTF. Thus this will
eliminate this warning as well.
Gennadiy