OSDN Git Service

Fix PR40886.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / wtr-escape-1.c
index a83bdc5..7f48de5 100644 (file)
@@ -5,7 +5,7 @@
 /* { dg-options "-Wtraditional" } */
 
 void
-testfunc (void)
+testfunc ()
 {
   char c;
 
@@ -13,7 +13,7 @@ testfunc (void)
   c = '\x2'; /* { dg-warning "the meaning of" "escaped character warning " } */
   c = '\n';
 
-#line 17 "sys-header.h" 3
+# 17 "sys-header.h" 3
 /* We are in system headers now, no -Wtraditional warnings should issue.  */
 
   c = '\a';