PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Wmissing-parameter-type-Wextra.c
blob37e1a571bda78bc644a0cec8bea20740d13b58c8
1 /* Test -Wmissing-parameter-type is enabled by -Wextra */
2 /* { dg-do compile } */
3 /* { dg-options "-Wextra" } */
5 int foo(bar) { return bar;} /* { dg-warning "type of 'bar' defaults to 'int'" } */