OSDN Git Service

* c-decl.c (declspecs_add_type): Don't pedwarn for _Complex in
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wreturn-type.c
1 /* PR c++/4872 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wreturn-type" } */
4
5 static inline int f() {}     /* { dg-warning "return" "missing return" } */