diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/wtr-conversion-1.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/wtr-conversion-1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/wtr-conversion-1.c b/gcc/testsuite/gcc.dg/wtr-conversion-1.c index ecf688f..18d2616 100644 --- a/gcc/testsuite/gcc.dg/wtr-conversion-1.c +++ b/gcc/testsuite/gcc.dg/wtr-conversion-1.c @@ -15,7 +15,7 @@ extern long double ld; extern __complex__ double cd; void -testfunc1 (void) +testfunc1 () { foo_i (i); foo_i (f); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */ @@ -42,7 +42,7 @@ testfunc1 (void) /* We are in system headers now, no -Wtraditional warnings should issue. */ void -testfunc2 (void) +testfunc2 () { foo_i (i); foo_i (f); |
