[Bug c++/61935] Missing "unused variable" warning in 4.9 but it was in g++ 4.8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61935 Vyacheslav changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|DUPLICATE
[Bug c++/61935] New: Missing "unused variable" warning in 4.9 but it was in g++ 4.8
ty: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: galdralag at bk dot ru In following code (g++ -Wall test.cpp) variable rrr is unused but no warnings printed. If I remove destructor in class A then warning occurs. In g++ 4.8 warn