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