Sign in
chromium
/
native_client
/
pnacl-gcc
/
pnacl
/
.
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
Wvariadic-3.c
blob: 0317c3c6dff6b7163f7791b2bd2963312cb8ee26 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic -Werror" } */
#define
f
(
x
,...)
#define
g
(
x
,
y
...)
/* { dg-error "variadic" } */
int
not_empty
;
/* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */