[Bf-committers] Unlimited Clay committed

Stephen Swaney sswaney at centurytel.net
Tue Jun 1 22:40:02 CEST 2010


On Tue, Jun 01, 2010 at 02:04:23PM -0400, Raul Fernandez Hernandez wrote:
> > There are several places in the code that do not compile with MSVC because
> > it does not allow you do declare variables after the beginning of a block.
> >
> > For example there are many places where EditMesh* is declared.  I'll
> > commit
> > the code that doesn't compile for me, then after that I'll commit a
> > version
> > that works with MSVC.
> >
> 
> Ok, I'm unaware of those restrictions because I compile with gcc in
> windows and linux

In that case, the compiler flag -Wdeclaration-after-statement is 
your amigo.

-- 
Stephen Swaney			
sswaney at centurytel.net



More information about the Bf-committers mailing list