blob: ebfb2deacbd64523e00563d764688607e86c527b [file] [log] [blame]
// The mangling of va_list changed in GCC 4.4. We want to warn about
// that -- but not in a system header.
#pragma GCC system_header
void f(va_list) {}