991
Coding / Re: CodeBlocks Crashing, Massive Number of Build Warnings Recently
« on: November 03, 2008, 10:43:53 pm »
I'd strongly recommend to permanently remove those two -W options.
- As many of the generated warnings come from the std includes, what you're gonna do about it ??
- C::B is obviously not capable of handling them. It never crashed on me before.
Furthermore I get a lot of linking errors with current svn (rev 20029), e.g.
D:\UFO\src\client\cl_actor.c|256|undefined reference to `va'|
D:\UFO\src\client\cl_actor.c|256|undefined reference to `Cvar_Set'|
- As many of the generated warnings come from the std includes, what you're gonna do about it ??
- C::B is obviously not capable of handling them. It never crashed on me before.
Furthermore I get a lot of linking errors with current svn (rev 20029), e.g.
D:\UFO\src\client\cl_actor.c|256|undefined reference to `va'|
D:\UFO\src\client\cl_actor.c|256|undefined reference to `Cvar_Set'|