X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: dshnv AT www DOT com (dshnv) Newsgroups: comp.os.msdos.djgpp Subject: Conflicting types-warning Date: 17 Mar 2002 10:37:24 -0800 Organization: http://groups.google.com/ Lines: 10 Message-ID: NNTP-Posting-Host: 213.46.4.27 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1016390244 1142 127.0.0.1 (17 Mar 2002 18:37:24 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 17 Mar 2002 18:37:24 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, When compiling my code gcc returns a lot of warnings like: warning: conflicting types for built-in function `xxxxxxx' (memcpy, memcmp, etc.). I use my own LIBC instead of djgpp's so I understand why I get these warnings, but is there some way to turn these built-in-conflict-warnings off? Maybe some sort of `--no-builtin' option?