Boost logo

Boost :

Subject: Re: [boost] [test] clang warning
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2015-01-15 18:34:56


Peter Dimov <lists <at> pdimov.com> writes:

>
> ..\..\../boost/test/impl/debug.ipp:211:21: warning: private field
> 'm_binary_path_buff' is not used [-Wunused-private-field]
> char m_binary_path_buff[500+1]; // !! ??
> ^
>
> I'm not sure what the purpose of this member is, but according to Clang,
> it's not used anywhere.

It is used. Clang is mistaken.

Gennadiy


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk