X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Date: Tue, 09 May 2006 15:10:04 +0200
From: Florian Xaver <wosrediinanatour AT aon DOT at>
User-Agent: Thunderbird 1.5.0.2 (Windows/20060308)
MIME-Version: 1.0
Newsgroups: comp.os.msdos.djgpp
Subject: incompatible implicit declaration of built-in function...
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 43
Message-ID: <446093bc$0$12932$91cee783@newsreader02.highway.telekom.at>
NNTP-Posting-Host: 212.183.119.148
X-Trace: 1147179964 newsreader02.highway.telekom.at 12932 212.183.119.148:57859
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Hi!

example:

gcc -O3 -funroll-loops -Iinclude -c src/xlib/conlib.c -o obj/xlib/conlib.o
src/xlib/conlib.c: In function 'ClearConsole':
src/xlib/conlib.c:103: warning: incompatible implicit declaration of 
built-in fu
nction 'memset'
src/xlib/conlib.c: In function 'CursorMoveRight':
src/xlib/conlib.c:122: warning: incompatible implicit declaration of 
built-in fu
nction 'memcpy'
src/xlib/conlib.c:124: warning: incompatible implicit declaration of 
built-in fu
nction 'memset'
src/xlib/conlib.c: In function 'PutChar':
src/xlib/conlib.c:155: warning: incompatible implicit declaration of 
built-in fu
nction 'memcpy'
src/xlib/conlib.c:158: warning: incompatible implicit declaration of 
built-in fu
nction 'memset'
src/xlib/conlib.c: In function 'NewConsole':
src/xlib/conlib.c:173: warning: incompatible implicit declaration of 
built-in fu
nction 'memset'


What could be the reason?
bye
-- 
Florian Xaver <http://www.flox.at.tf>

Dr-DOS  Wiki <http://www.drdos.org>
SWORD - a nice GUI library for DOS/DJGPP
<http://www.flox.at.tf>