diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/wtr-union-init-2.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/wtr-union-init-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/wtr-union-init-2.c b/gcc/testsuite/gcc.dg/wtr-union-init-2.c index 6366ff3..3112ba27 100644 --- a/gcc/testsuite/gcc.dg/wtr-union-init-2.c +++ b/gcc/testsuite/gcc.dg/wtr-union-init-2.c @@ -19,7 +19,7 @@ union foo2 }; void -testfunc (void) +testfunc () { /* Note we only warn for non-zero initializers. */ static union foo1 f1 = {0}; |
