[qfcc] Fix test that failed due to improved warnings

This commit is contained in:
Bill Currie 2020-03-05 11:04:22 +09:00
parent 78b71c28fe
commit 1b2a806f28

View file

@ -17,11 +17,6 @@ typedef struct anon_s {
};
} anon_t;
union {
int xsnafu;
float xfizzle;
};
int foo (float f)
{
anon_t anon;