Re: warning: conflicting types for built-in function %qD

2005-02-22 Thread Devang Patel
Would it be OK, if this warnings are disabled for system headers ? Thanks, - Devang --- c-decl.c.~1~2005-01-06 19:26:09.0 -0800 +++ c-decl.c2005-02-15 11:59:48.0 -0800 @@ -1169,11 +1169,15 @@ diagnose_mismatched_decls (tree newdecl, *oldtypep = oldtype =

Re: warning: conflicting types for built-in function %qD

2005-02-22 Thread Joseph S. Myers
On Tue, 22 Feb 2005, Devang Patel wrote: Would it be OK, if this warnings are disabled for system headers ? What is the built-in function involved and what (and why) is the different system header type? Is this a case where a system reuses a nonstandard name GCC has built in for an entirely

Re: warning: conflicting types for built-in function %qD

2005-02-14 Thread Joseph S. Myers
On Mon, 14 Feb 2005, Gabriel Dos Reis wrote: But the program at issue does not invoke anything having to do with POSIX, it makes no sense to pretend it has undefined behaviour. The GNU C dialect, which is the default, includes various built-in functions from POSIX as well as various other