public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* warning: incompatible implicit declaration of built-in function 'malloc'
@ 2011-01-27  5:43 Robert Dell
  2011-01-27  6:35 ` Ian Lance Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Dell @ 2011-01-27  5:43 UTC (permalink / raw)
  To: gcc-help

can somebody please explain why I'm getting this warning?
warning: incompatible implicit declaration of built-in function 'malloc'

char *returnval = 0;
long outputBytes = 0;
... outputBytes gets changed and tested to ensure it's valid (non zero) ...

the offending line is here.
returnval = (char *) malloc(outputBytes + 2);

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-27 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-27  5:43 warning: incompatible implicit declaration of built-in function 'malloc' Robert Dell
2011-01-27  6:35 ` Ian Lance Taylor
2011-01-27 13:18   ` Robert Dell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).