mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[qfcc] Fix test that failed due to improved warnings
This commit is contained in:
parent
78b71c28fe
commit
1b2a806f28
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@ typedef struct anon_s {
|
|||
};
|
||||
} anon_t;
|
||||
|
||||
union {
|
||||
int xsnafu;
|
||||
float xfizzle;
|
||||
};
|
||||
|
||||
int foo (float f)
|
||||
{
|
||||
anon_t anon;
|
||||
|
|
Loading…
Reference in a new issue