aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-parm-omit-2.c
blob: 2efd4505db3ce9adbe0f472f6ee8fe09f56fb9e4 (plain)
1
2
3
4
5
/* Test omitted parameter names not in C11: -pedantic.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic" } */

void f (int) { } /* { dg-warning "omitting parameter names" } */