Re: Compiling error when changing to gcc4.1.1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Youngjean Jung <youngjean.jung@xxxxxxxx> writes:

> spallocate.c:373: error: static declaration of
> 'InitializeElementBlocks' follows non-static declaration

I'm sorry.  You have to change your code.  A non-static declaration of
a function followed by a non-static declaration was never permitted by
the ISO C standard, and gcc now enforces that rule.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux