16 Jan
2015
16 Jan
'15
2:28 p.m.
On 15 Jan 2015, at 23:34, Gennadiy Rozental
wrote: Peter Dimov
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.