Re: [C++ Patch] PR 10416

2012-08-20 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 10416

2012-08-20 Thread Paolo Carlini
Hi, in this old issue submitter points out that we emit too easily Wunused_variable warnings even when the destructor has side effects (otoh, the constructor is handled Ok). This is particularly annoying together with eg, RAII. Turns out that lately we are already careful when we handle the