[Bug c++/64383] missed warning for unused variable.

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 12 12:07:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
clang generally doesn't care about false positives.
And, the variable can be present just so that the dtor action is performed on
it (similarly to how other variables are there just to perform the ctor action
on it).



More information about the Gcc-bugs mailing list