PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / unused-6-no.c
blob0923cfb8132df28f81121b51d05f6246f0749084
1 /* PR 28875 */
2 /* { dg-do compile } */
3 /* { dg-options "-O3 -Wextra -Wno-unused-parameter -Wall" } */
4 static int t(int i) /* { dg-bogus "unused parameter" "unused parameter warning" } */
6 return 0;
8 int tt()
10 return t(0);