[cfe-dev] incompatible redeclaration of library function

Eli Friedman eli.friedman at gmail.com
Tue Jun 30 01:05:18 PDT 2009


On Tue, Jun 30, 2009 at 12:22 AM, Henrique Almeida<hdante at gmail.com> wrote:
> size_t is a typedef for unsigned long.

clang internally defines size_t according to the selected target;
what's your CPU/OS?  Or are you trying to do something unusual?
(-fno-builtin will get rid of this warning, but it's kind of overkill
in this case).

-Eli



More information about the cfe-dev mailing list