Log in

View Full Version : COMMITTED: Disable some compile warnings in windows.


ptarp
11-16-2011, 12:57 AM
If anyone gets around to it, could you please add
#ifdef WIN32
#pragma warning( disable : 4200 )
#endifto ./common/eqstream.cpp, /common/eq_packet_structs.h, and /common/EmuTCPConnection.h.. It cuts the compile warnings from 800+ to 120 or so for us windows users so we can see where other problems may be.
There's probably another way to change it in the .sln file, but I don't remember at the moment.
Thanks for all the hard work to everyone that's doing it, and sorry if this is in the wrong place.. :)

Congdar
12-06-2011, 04:57 PM
added to svn r2086