OSDN Git Service

2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c89-pedantic.c
index f476e6a..5491aea 100644 (file)
@@ -3,5 +3,5 @@
 
 void f(void) 
 { 
-  puts("Hello"); /* { dg-warning "warning: implicit declaration of function" } */
+  puts("Hello"); /* { dg-warning "implicit declaration of function" } */
 }