(grokdeclarator): Never warn about `long long' in system header.
From-SVN: r7158
This commit is contained in:
parent
bb31ce0a4b
commit
5db1a3c46e
@ -3957,7 +3957,7 @@ grokdeclarator (declarator, declspecs, decl_context, initialized)
|
||||
error ("`long long long' is too long for GCC");
|
||||
else
|
||||
{
|
||||
if (pedantic)
|
||||
if (pedantic && ! in_system_header)
|
||||
pedwarn ("ANSI C does not support `long long'");
|
||||
longlong = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user