PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git] / gcc / testsuite / g++.dg / warn / anonymous-namespace-6.C
blobd238df392c71cf80ccdf12e47e5547bf212659d1
1 // PR c++/53711
2 // { dg-options -Wall }
4 namespace {
5   void f () // { dg-warning "not used" }
6   {
7   }