aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/Wunused-12.C
blob: 51d234331532b620e6da011c7e8f37c96182563a (plain)
1
2
3
4
5
6
7
8
// PR c++/24302
// { dg-options "-Wunused" }

static union
{
  unsigned char FLT4ARR[4]; 
  float FLT4;
}; // { dg-warning "used" }