]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/Wreturn-type.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / Wreturn-type.c
diff --git a/gcc/testsuite/gcc.dg/Wreturn-type.c b/gcc/testsuite/gcc.dg/Wreturn-type.c
deleted file mode 100644 (file)
index a122e52..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/* PR c++/4872 */
-/* { dg-do compile } */
-/* { dg-options "-Wreturn-type" } */
-
-static inline int f() {}     /* { dg-warning "return" "missing return" } */