Boost logo

Boost :

Subject: Re: [boost] [test] clang warning
From: Pete bartlett (pete_at_[hidden])
Date: 2015-01-16 09:28:00


> On 15 Jan 2015, at 23:34, Gennadiy Rozental <rogeeff_at_[hidden]> wrote:
>
> 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.
>

It is defined but unused if you're Unix but not Linux or Sun, so maybe Cygwin can give you this.


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