$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.